Fix "redefine WIN32" bug
This commit is contained in:
parent
966e3a1308
commit
67b0e0c2d6
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
/* Define WIN32 when build target is Win32 API (borrowed from
|
/* Define WIN32 when build target is Win32 API (borrowed from
|
||||||
libcurl) */
|
libcurl) */
|
||||||
#if (defined(_WIN32) || defined(__WIN32__))
|
#if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32)
|
||||||
#define WIN32
|
#define WIN32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue