Home
last modified time | relevance | path

Searched refs:CJSON_STDCALL (Results 1 – 1 of 1) sorted by relevance

/third_party/cJSON/
DcJSON.h56 #define CJSON_STDCALL __stdcall macro
64 #define CJSON_PUBLIC(type) type CJSON_STDCALL
66 #define CJSON_PUBLIC(type) __declspec(dllexport) type CJSON_STDCALL
68 #define CJSON_PUBLIC(type) __declspec(dllimport) type CJSON_STDCALL
72 #define CJSON_STDCALL