Fix build warnings under MinGW

This commit is contained in:
Rogerz Zhang 2012-04-30 22:32:25 +08:00
parent 7ca783c3bc
commit a79f64e155

View File

@ -447,7 +447,7 @@ out:
} }
#if JSON_INTEGER_IS_LONG_LONG #if JSON_INTEGER_IS_LONG_LONG
#ifdef _WIN32 #ifdef _MSC_VER // Microsoft Visual Studio
#define json_strtoint _strtoi64 #define json_strtoint _strtoi64
#else #else
#define json_strtoint strtoll #define json_strtoint strtoll