Commit 7f411a98 by Richard Kenner

No longer include direct.h for _WIN32.

From-SVN: r12858
parent 69cbb85a
......@@ -28,9 +28,6 @@ extern char *getcwd ();
/* We actually use this as a starting point, not a limit. */
#define GUESSPATHLEN 100
#endif /* (defined (USG) || defined (VMS)) */
#ifdef _WIN32
#include <direct.h>
#endif
char *getenv ();
char *xmalloc ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment