summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorPaul D. Smith <psmith@BayNetworks.com>1997-09-05 21:01:56 +0000
committerPaul D. Smith <psmith@BayNetworks.com>1997-09-05 21:01:56 +0000
commit5be6e9e31f98e0c12110e7398619393e3def01e7 (patch)
tree146dc561834ad5e0da2a6e4e513617dd64e49de1 /lib-src
parent96e748d537db87bb75d48649480b180e3c72117c (diff)
downloademacs-5be6e9e31f98e0c12110e7398619393e3def01e7.tar.gz
Changes for GNU make 3.75.93.make-3-76-1make-3-76
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c
index c6b134537c7..7b56b57eb10 100644
--- a/lib-src/getopt.c
+++ b/lib-src/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()