Macros | |
| #define | CC_DLL __declspec(dllimport) |
| #define | CC_ASSERT(cond) assert(cond) |
| #define | CC_UNUSED_PARAM(unusedparam) (void)unusedparam |
| #define | NULL ((void *)0) |
| #define CC_ASSERT | ( | cond | ) | assert(cond) |
| #define CC_DLL __declspec(dllimport) |
| var CC_DLL __declspec(dllimport) |
| local CC_DLL __declspec(dllimport) |
| #define CC_UNUSED_PARAM | ( | unusedparam | ) | (void)unusedparam |
| #define NULL ((void *)0) |