--- parser3/src/lib/json/Attic/JSON_parser.h 2012/05/28 10:43:58 1.3 +++ parser3/src/lib/json/Attic/JSON_parser.h 2013/07/21 22:17:13 1.6 @@ -5,14 +5,13 @@ /* JSON_parser.h */ - -#include +#include "pa_config_includes.h" /* Windows DLL stuff */ #define JSON_PARSER_DLL_API /* Determine the integer type use to parse non-floating point numbers */ -#ifdef WIN32 +#if _MSC_VER typedef __int64 JSON_int_t; #define JSON_PARSER_INTEGER_SSCANF_TOKEN "%I64d" #define JSON_PARSER_INTEGER_SPRINTF_TOKEN "%I64d"