We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5defb4e commit 29e410dCopy full SHA for 29e410d
include/json/config.h
@@ -35,6 +35,8 @@
35
#if defined(_MSC_VER) || defined(__MINGW32__)
36
#define JSON_API __declspec(dllexport)
37
#define JSONCPP_DISABLE_DLL_INTERFACE_WARNING
38
+#elif defined(__OS2__)
39
+#define JSON_API __declspec(dllexport)
40
#elif defined(__GNUC__) || defined(__clang__)
41
#define JSON_API __attribute__((visibility("default")))
42
#endif // if defined(_MSC_VER)
0 commit comments