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:
@ -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"
|
||||
|
Reference in New Issue
Block a user