From 5be6e9e31f98e0c12110e7398619393e3def01e7 Mon Sep 17 00:00:00 2001 From: "Paul D. Smith" Date: Fri, 5 Sep 1997 21:01:56 +0000 Subject: [PATCH] Changes for GNU make 3.75.93. --- lib-src/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.11.4.GIT