From: Paul D. Smith Date: Fri, 5 Sep 1997 21:01:56 +0000 (+0000) Subject: Changes for GNU make 3.75.93. X-Git-Tag: emacs-20.1~181 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84760de2b59abf43b7336b63531b5269b5143cd7;p=emacs.git Changes for GNU make 3.75.93. --- 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 #define getpid() GetCurrentProcessId()