ltmain.in: correct windows compiler preprocessor checks

Commit f54924fa5d8d5959038e58adab7c552c3ca495ae seems to have been
wrongly applied.
This commit is contained in:
Ozkan Sezer 2024-03-01 11:37:28 +03:00 committed by Ileana Dumitrescu
parent f54924fa5d
commit 3afd415a90
No known key found for this signature in database
GPG Key ID: 6570EA01146F7354

View File

@ -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>