1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-18 06:47:11 +02:00

Don't duplicate the configuration header files of the JSON library because they're the same across compiled platforms.

This commit is contained in:
Sandu Liviu Catalin
2016-07-05 23:08:32 +03:00
parent 98c50ce7e1
commit 7fbc37fa4b
5 changed files with 7 additions and 125 deletions

View File

@ -54,7 +54,7 @@ typedef struct json_t {
#ifndef JANSSON_USING_CMAKE /* disabled if using cmake */
#if JSON_INTEGER_IS_LONG_LONG
#ifdef _WIN32
#if defined(_WIN32) || defined(WIN32)
#define JSON_INTEGER_FORMAT "I64d"
#else
#define JSON_INTEGER_FORMAT "lld"