more fixes for mingw32 compilation
This is partial cherry-pick of ce20b5d72190e3f2544891b325dcf66ff1946386 from the main repository.
This commit is contained in:
parent
9d15c72a60
commit
10655ce3e5
@ -172,7 +172,7 @@ typedef short INT16;
|
|||||||
#elif (_MSC_VER >= 1200) || (__BORLANDC__ >= 0x550) || \
|
#elif (_MSC_VER >= 1200) || (__BORLANDC__ >= 0x550) || \
|
||||||
wxCHECK_W32API_VERSION( 0, 5 ) || \
|
wxCHECK_W32API_VERSION( 0, 5 ) || \
|
||||||
((defined(__MINGW32__) || defined(__CYGWIN__)) \
|
((defined(__MINGW32__) || defined(__CYGWIN__)) \
|
||||||
&& ((__GNUC__>2) || ((__GNUC__==2) && (__GNUC_MINOR__>=95))))
|
&& ((__GNUC__>2) || ((__GNUC__==2) && (__GNUC_MINOR__>95))))
|
||||||
|
|
||||||
/* INT32 is defined in windows.h for these compilers */
|
/* INT32 is defined in windows.h for these compilers */
|
||||||
#define INT32_DEFINED
|
#define INT32_DEFINED
|
||||||
|
Loading…
Reference in New Issue
Block a user