mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-26 23:34:01 +08:00
Update json.hpp
This commit is contained in:
parent
cb51b38533
commit
71219d1206
@ -2399,11 +2399,12 @@ JSON_HEDLEY_DIAGNOSTIC_POP
|
|||||||
#define JSON_HAS_CPP_11
|
#define JSON_HAS_CPP_11
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __has_include
|
//fatal error C1083: 无法打开包括文件: “version” v141_xp
|
||||||
#if __has_include(<version>)
|
// #ifdef __has_include
|
||||||
#include <version>
|
// #if __has_include(<version>)
|
||||||
#endif
|
// #include <version>
|
||||||
#endif
|
// #endif
|
||||||
|
// #endif
|
||||||
|
|
||||||
#if !defined(JSON_HAS_FILESYSTEM) && !defined(JSON_HAS_EXPERIMENTAL_FILESYSTEM)
|
#if !defined(JSON_HAS_FILESYSTEM) && !defined(JSON_HAS_EXPERIMENTAL_FILESYSTEM)
|
||||||
#ifdef JSON_HAS_CPP_17
|
#ifdef JSON_HAS_CPP_17
|
||||||
|
Loading…
Reference in New Issue
Block a user