summaryrefslogtreecommitdiff
path: root/lib-src/getopt.c
diff options
context:
space:
mode:
authorPaul D. Smith <psmith@BayNetworks.com>1997-09-05 21:01:56 +0000
committerPaul D. Smith <psmith@BayNetworks.com>1997-09-05 21:01:56 +0000
commit84760de2b59abf43b7336b63531b5269b5143cd7 (patch)
tree1454a9df8593927740394533a789c5131881a1e5 /lib-src/getopt.c
parente83be080502e03ffd147d58eeccb865156ece20a (diff)
Changes for GNU make 3.75.93.
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 c6b134537c..7b56b57eb1 100644
--- a/lib-src/getopt.c
+++ b/lib-src/getopt.c
@@ -79,7 +79,7 @@ USA. */
#endif
#endif
-#if defined (_WINDOWS32) && !defined (__CYGWIN32__)
+#if defined (WINDOWS32) && !defined (__CYGWIN32__)
/* It's not Unix, really. See? Capital letters. */
#include <windows.h>
#define getpid() GetCurrentProcessId()