From 76a80155347e10c6732d0d31d9c0915baae01d86 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 14 Aug 1997 02:16:15 +0000 Subject: automatically generated from GPLed version --- lib-src/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #define getpid() GetCurrentProcessId() -- cgit v1.2.1