summaryrefslogtreecommitdiff
path: root/getopt.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1997-09-05 21:01:49 +0000
committerPaul Smith <psmith@gnu.org>1997-09-05 21:01:49 +0000
commitb5376a55607c5ec93ab08427849e2b8ba271962c (patch)
tree403f9d709643d59b9945b6d367be918ecb1a1d0d /getopt.c
parent59585439ecf0de44db7b66deeb0825784dc6d1e6 (diff)
downloadmake-b5376a55607c5ec93ab08427849e2b8ba271962c.tar.gz
Changes for GNU make 3.75.93.
Diffstat (limited to 'getopt.c')
-rw-r--r--getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt.c b/getopt.c
index c6b13453..7b56b57e 100644
--- a/getopt.c
+++ b/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()