summaryrefslogtreecommitdiffstats
path: root/3rdparty/json/config.h
diff options
context:
space:
mode:
authorMorten Sorvig <[email protected]>2009-10-06 10:06:01 +0200
committerMorten Sorvig <[email protected]>2009-10-06 10:06:01 +0200
commit4c709e1290a77739dc94c27475cd4e7cffcde739 (patch)
tree3b35ad97f6f0e1124f9d3eb9b6be7d4208444518 /3rdparty/json/config.h
parent2ea05c0d553217c9364129a51b97945e06578660 (diff)
compile on mingw. (merge request #1572)HEADmaster
Diffstat (limited to '3rdparty/json/config.h')
-rwxr-xr-x3rdparty/json/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/3rdparty/json/config.h b/3rdparty/json/config.h
index ca13250..f8375a6 100755
--- a/3rdparty/json/config.h
+++ b/3rdparty/json/config.h
@@ -1,6 +1,8 @@
#ifdef _MSC_VER
#define WIN32
-#include "config.h.win32"
+#endif
+#ifdef WIN32
+ #include "config.h.win32"
#else
-#include "config.h.unix"
+ #include "config.h.unix"
#endif