Go to the documentation of this file. 1 #ifndef JSON_CONFIG_H_INCLUDED 2 #define JSON_CONFIG_H_INCLUDED 24 #define JSON_USE_EXCEPTION 1 27 #include <cpptl/config.h> 28 #ifndef JSON_USE_CPPTL 29 #define JSON_USE_CPPTL 1 34 #define JSON_API CPPTL_API 35 #elif defined(JSON_DLL_BUILD) 36 #define JSON_API __declspec(dllexport) 37 #elif defined(JSON_DLL) 38 #define JSON_API __declspec(dllimport) 43 #endif // JSON_CONFIG_H_INCLUDED