Searched defs:CJSON_PUBLIC (Results 1 – 2 of 2) sorted by relevance
59 #define CJSON_PUBLIC(type) type CJSON_STDCALL macro61 #define CJSON_PUBLIC(type) __declspec(dllexport) type CJSON_STDCALL macro63 #define CJSON_PUBLIC(type) __declspec(dllimport) type CJSON_STDCALL macro70 #define CJSON_PUBLIC(type) __attribute__((visibility("default"))) type macro72 #define CJSON_PUBLIC(type) type macro
64 #define CJSON_PUBLIC(type) type CJSON_STDCALL macro