#ifdef WINNT, include direct.h.
From-SVN: r8180
This commit is contained in:
parent
c499e03ace
commit
fa0fdaec2c
@ -28,6 +28,9 @@ extern char *getcwd ();
|
||||
/* We actually use this as a starting point, not a limit. */
|
||||
#define GUESSPATHLEN 100
|
||||
#endif /* (defined (USG) || defined (VMS)) */
|
||||
#ifdef WINNT
|
||||
#include <direct.h>
|
||||
#endif
|
||||
|
||||
char *getenv ();
|
||||
char *xmalloc ();
|
||||
|
Loading…
Reference in New Issue
Block a user