summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1997-08-14 02:16:15 +0000
committerPaul Eggert <eggert@twinsun.com>1997-08-14 02:16:15 +0000
commit76a80155347e10c6732d0d31d9c0915baae01d86 (patch)
treeb9ebe0c3577bc009c4c337c00915f4e235a16169
parent2a79f7365840657621facc1da7a274ce8843ed9d (diff)
downloademacs-make-3-75-92.tar.gz
automatically generated from GPLed versionmake-3-75-92
-rw-r--r--lib-src/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c
index f622fc375ee..231e5ee6849 100644
--- a/lib-src/getopt.c
+++ b/lib-src/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()