OSDN Git Service

Changed WINNT to _WIN32.
[pf3gnuchains/gcc-fork.git] / gcc / getpwd.c
index d939f39..3692e92 100644 (file)
@@ -28,7 +28,7 @@ extern char *getcwd ();
 /* We actually use this as a starting point, not a limit.  */
 #define GUESSPATHLEN 100
 #endif /* (defined (USG) || defined (VMS)) */
-#ifdef WINNT
+#ifdef _WIN32
 #include <direct.h>
 #endif