diff options
Diffstat (limited to 'lib-src/getopt.c')
| -rw-r--r-- | lib-src/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 79 | #endif | 79 | #endif |
| 80 | #endif | 80 | #endif |
| 81 | 81 | ||
| 82 | #if defined (WIN32) && !defined (__CYGWIN32__) | 82 | #if defined (_WINDOWS32) && !defined (__CYGWIN32__) |
| 83 | /* It's not Unix, really. See? Capital letters. */ | 83 | /* It's not Unix, really. See? Capital letters. */ |
| 84 | #include <windows.h> | 84 | #include <windows.h> |
| 85 | #define getpid() GetCurrentProcessId() | 85 | #define getpid() GetCurrentProcessId() |