Searched defs:CJSON_PUBLIC (Results 1 – 1 of 1) sorted by relevance
117 #define CJSON_PUBLIC(type) type __stdcall macro119 #define CJSON_PUBLIC(type) __declspec(dllexport) type __stdcall macro121 #define CJSON_PUBLIC(type) __declspec(dllimport) type __stdcall macro125 #define CJSON_PUBLIC(type) __attribute__((visibility("default"))) type macro127 #define CJSON_PUBLIC(type) type macro