diff options
author | Paul D. Smith <psmith@BayNetworks.com> | 1997-09-05 21:01:56 +0000 |
---|---|---|
committer | Paul D. Smith <psmith@BayNetworks.com> | 1997-09-05 21:01:56 +0000 |
commit | 5be6e9e31f98e0c12110e7398619393e3def01e7 (patch) | |
tree | 146dc561834ad5e0da2a6e4e513617dd64e49de1 /lib-src | |
parent | 96e748d537db87bb75d48649480b180e3c72117c (diff) | |
download | emacs-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.c | 2 |
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() |