(etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
This commit is contained in:
parent
8f840b7535
commit
2e454bf23e
1 changed files with 1 additions and 1 deletions
|
@ -4644,7 +4644,7 @@ concat (s1, s2, s3)
|
|||
char *
|
||||
etags_getcwd ()
|
||||
{
|
||||
#ifdef HAVE_GETCWD
|
||||
#if defined (HAVE_GETCWD) || defined (WINDOWSNT)
|
||||
int bufsize = 200;
|
||||
char *path = xnew (bufsize, char);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue