diff options
Diffstat (limited to 'Public/Kits/SystemKit')
| -rw-r--r-- | Public/Kits/SystemKit/CoreAPI.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Public/Kits/SystemKit/CoreAPI.hxx b/Public/Kits/SystemKit/CoreAPI.hxx index 64373987..8fc2d770 100644 --- a/Public/Kits/SystemKit/CoreAPI.hxx +++ b/Public/Kits/SystemKit/CoreAPI.hxx @@ -13,18 +13,18 @@ #error This API is meant to be used with C++ #endif -#ifdef MUST_PASS -#undef MUST_PASS +#ifdef CA_MUST_PASS +#undef CA_MUST_PASS #endif // unused by user side, it's a kernel thing. -#define MUST_PASS(e) ((void)e) +#define CA_MUST_PASS(e) ((void)e) -#define EXTERN_C extern "C" +#define CA_EXTERN_C extern "C" -#define STDCALL __attribute__((stdcall)) -#define CDECL __attribute__((cdecl)) -#define MSCALL __attribute__((ms_abi)) +#define CA_STDCALL __attribute__((stdcall)) +#define CA_CDECL __attribute__((cdecl)) +#define CA_MSCALL __attribute__((ms_abi)) typedef __UINT16_TYPE__ WORD; typedef __UINT32_TYPE__ DWORD; |
