diff lib-src/getopt.c @ 19341:2d0fcaa59e1b make-3-75-92

automatically generated from GPLed version
author Paul Eggert <eggert@twinsun.com>
date Thu, 14 Aug 1997 02:16:15 +0000
parents 2ef01cc793bf
children 7edc045d085a
line wrap: on
line diff
--- a/lib-src/getopt.c	Wed Aug 13 19:39:39 1997 +0000
+++ b/lib-src/getopt.c	Thu Aug 14 02:16:15 1997 +0000
@@ -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()