aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-09-11 01:39:05 -0700
committerChris Robinson <[email protected]>2012-09-11 01:39:05 -0700
commit1b840a3db80788813d44631357280520ee50e03f (patch)
tree0486d11e4e2a37aaf5cb03d215c6636d7f400edc
parent4e440fff625c4fd707a4cf3e61e7ff668a73f2de (diff)
Again try to get _WIN32_IE to behave right with MinGW
-rw-r--r--Alc/alcConfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alcConfig.c b/Alc/alcConfig.c
index 012c677d..49a02b23 100644
--- a/Alc/alcConfig.c
+++ b/Alc/alcConfig.c
@@ -19,7 +19,7 @@
*/
#ifdef _WIN32
-#ifdef __MINGW64__
+#ifdef __MINGW32__
#define _WIN32_IE 0x501
#else
#define _WIN32_IE 0x400