]> git.eshelyaron.com Git - emacs.git/commitdiff
Changes for GNU make 3.75.93.
authorPaul D. Smith <psmith@BayNetworks.com>
Fri, 5 Sep 1997 21:01:56 +0000 (21:01 +0000)
committerPaul D. Smith <psmith@BayNetworks.com>
Fri, 5 Sep 1997 21:01:56 +0000 (21:01 +0000)
lib-src/getopt.c

index c6b134537c73da8b49272f8a655e04cd3894538d..7b56b57eb1022bfbf28452f70302d87920ad8c62 100644 (file)
@@ -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()