automatically generated from GPLed version
authorPaul Eggert <eggert@gnu.org>
Thu, 14 Aug 1997 02:16:15 +0000 (02:16 +0000)
committerPaul Eggert <eggert@gnu.org>
Thu, 14 Aug 1997 02:16:15 +0000 (02:16 +0000)
getopt.c

index f622fc3..231e5ee 100644 (file)
--- a/getopt.c
+++ b/getopt.c
@@ -79,7 +79,7 @@
 #endif
 #endif
 
-#if defined (WIN32) && !defined (__CYGWIN32__)
+#if defined (_WINDOWS32) && !defined (__CYGWIN32__)
 /* It's not Unix, really.  See?  Capital letters.  */
 #include <windows.h>
 #define getpid() GetCurrentProcessId()