--- parser3/src/lib/json/Attic/JSON_parser.h 2012/05/28 10:43:58 1.3 +++ parser3/src/lib/json/Attic/JSON_parser.h 2012/06/20 20:54:26 1.4 @@ -12,7 +12,7 @@ #define JSON_PARSER_DLL_API /* Determine the integer type use to parse non-floating point numbers */ -#ifdef WIN32 +#if defined(WIN32) && !defined(CYGWIN) typedef __int64 JSON_int_t; #define JSON_PARSER_INTEGER_SSCANF_TOKEN "%I64d" #define JSON_PARSER_INTEGER_SPRINTF_TOKEN "%I64d"