diff --git a/getopt.c b/getopt.c index f622fc37..231e5ee6 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 #define getpid() GetCurrentProcessId()