summaryrefslogtreecommitdiff
path: root/lib-src/getopt.c
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
commit3d620bbb7d1ebf375bc73171cae9d7efb9f4f43d (patch)
treed87a9adad731744e159435ff8ad8fde9aef6ca51 /lib-src/getopt.c
parentc9411d2f035ff9aa297aa53f8abf5337186e9a57 (diff)
automatically generated from GPLed version
Diffstat (limited to 'lib-src/getopt.c')
-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 f622fc375e..231e5ee684 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()