--- parser3/src/lib/json/Attic/JSON_parser.h 2012/06/20 20:54:26 1.4 +++ 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 */ -#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"