summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index f6ef278c4..5ca14d082 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -145,6 +145,11 @@
#include <malloc.h> // alloca()
#endif
+#if defined(__MINGW32__) && defined(_GNU_SOURCE)
+ /* For some weird reasons, SDL defines _GNU_SOURCE */
+ #undef _GNU_SOURCE
+#endif
+
#if defined(WIN32)
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#endif