diff options
Diffstat (limited to 'posix/getopt.c')
-rw-r--r-- | posix/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/getopt.c b/posix/getopt.c index e4ae3340e8..4f2d068271 100644 --- a/posix/getopt.c +++ b/posix/getopt.c @@ -71,7 +71,7 @@ Cambridge, MA 02139, USA. */ #endif #endif -#ifdef WIN32 +#if defined (WIN32) && !defined (__CYGWIN32__) /* It's not Unix, really. See? Capital letters. */ #include <windows.h> #define getpid() GetCurrentProcessId() |