|
@@ -9,6 +9,10 @@
|
|
|
// Include KWSys Large File Support configuration.
|
|
// Include KWSys Large File Support configuration.
|
|
|
#include <cmsys/Configure.h>
|
|
#include <cmsys/Configure.h>
|
|
|
|
|
|
|
|
|
|
+#if defined(_MSC_VER)
|
|
|
|
|
+# pragma warning(push,1)
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
/// If defined, indicates that json library is embedded in CppTL library.
|
|
/// If defined, indicates that json library is embedded in CppTL library.
|
|
|
//# define JSON_IN_CPPTL 1
|
|
//# define JSON_IN_CPPTL 1
|
|
|
|
|
|