mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-04-06 16:20:23 +08:00
ltmain.in: correct windows compiler preprocessor checks
Commit f54924fa5d8d5959038e58adab7c552c3ca495ae seems to have been wrongly applied.
This commit is contained in:
parent
f54924fa5d
commit
3afd415a90
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user