summaryrefslogtreecommitdiff
path: root/getopt.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@gnu.org>1997-08-14 02:16:15 +0000
committerPaul Eggert <eggert@gnu.org>1997-08-14 02:16:15 +0000
commitc495345f7c41987a52bcb8a8fed5984a98fe6ba3 (patch)
tree726edd80e46342549e27665b5d82c475164bc068 /getopt.c
parentf0239bb0af5a216c43d1b4818e879b6e02d5bad7 (diff)
downloadgunmake-c495345f7c41987a52bcb8a8fed5984a98fe6ba3.tar.gz
automatically generated from GPLed version
Diffstat (limited to 'getopt.c')
-rw-r--r--getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt.c b/getopt.c
index f622fc3..231e5ee 100644
--- 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()