Go to the documentation of this file.
46 #if defined(_WIN32) || defined(__WIN32__)
47 #if defined(STATIC_RRC)
50 #if defined(EXPORT_RRC)
51 #define C_DECL_SPEC __declspec(dllexport)
53 #define C_DECL_SPEC __declspec(dllimport)
63 #define rrcCallConv __cdecl
64 #elif defined(__CODEGEARC__)
65 #define rrcCallConv __cdecl
70 #if !defined(__cplusplus)
71 #if !defined(_MSC_VER)