--- parser3/src/lib/json/Attic/JSON_parser.h 2013/07/21 14:02:05 1.5 +++ parser3/src/lib/json/Attic/JSON_parser.h 2013/07/21 22:17:13 1.6 @@ -11,7 +11,7 @@ #define JSON_PARSER_DLL_API /* Determine the integer type use to parse non-floating point numbers */ -#if defined(WIN32) && !defined(CYGWIN) +#if _MSC_VER typedef __int64 JSON_int_t; #define JSON_PARSER_INTEGER_SSCANF_TOKEN "%I64d" #define JSON_PARSER_INTEGER_SPRINTF_TOKEN "%I64d"