branch master updated: ltmain.in: correct windows compiler preprocessor checks

Ileana Dumitrescu <[email protected]>
Newsgroups gmane.comp.gnu.libtool.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

ildumi pushed a commit to branch master
in repository libtool.

The following commit(s) were added to refs/heads/master by this push:
     new 3afd415a ltmain.in: correct windows compiler preprocessor checks
3afd415a is described below

commit 3afd415a9045fd7707879dc6fa1dc84916e00396
Author: Ozkan Sezer <[email protected]>
AuthorDate: Fri Mar 1 11:37:28 2024 +0300

    ltmain.in: correct windows compiler preprocessor checks
    
    Commit f54924fa5d8d5959038e58adab7c552c3ca495ae seems to have been
    wrongly applied.
---
 build-aux/ltmain.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index 1b8d5031..af4970be 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -3638,7 +3638,7 @@ EOF
 #endif
 #include <stdio.h>
 #include <stdlib.h>
-#if defined (WIN32) && !defined (__GNUC_)
+#if defined (_WIN32) && !defined (__GNUC__)
 # include <direct.h>
 # include <process.h>
 # include <io.h>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.