diff options
Diffstat (limited to '3rdparty/json/config.h')
-rwxr-xr-x | 3rdparty/json/config.h | 6 |
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 |