From: Ozkan Sezer Date: Fri, 1 Mar 2024 08:37:28 +0000 (+0300) Subject: ltmain.in: correct windows compiler preprocessor checks X-Git-Tag: v2.5.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3afd415a9045fd7707879dc6fa1dc84916e00396;p=thirdparty%2Flibtool.git ltmain.in: correct windows compiler preprocessor checks Commit f54924fa5d8d5959038e58adab7c552c3ca495ae seems to have been wrongly applied. --- diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index 1b8d50316..af4970bed 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in @@ -3638,7 +3638,7 @@ EOF #endif #include #include -#if defined (WIN32) && !defined (__GNUC_) +#if defined (_WIN32) && !defined (__GNUC__) # include # include # include