Again try to get _WIN32_IE to behave right with MinGW

This commit is contained in:
Chris Robinson 2012-09-11 01:39:05 -07:00
parent 4e440fff62
commit 1b840a3db8

View File

@ -19,7 +19,7 @@
*/
#ifdef _WIN32
#ifdef __MINGW64__
#ifdef __MINGW32__
#define _WIN32_IE 0x501
#else
#define _WIN32_IE 0x400