mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 18:40:21 +08:00
No longer include direct.h for _WIN32.
From-SVN: r12858
This commit is contained in:
parent
69cbb85a10
commit
7f411a987c
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user