diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-13 10:01:59 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-13 10:01:59 +0100 |
| commit | 9313bc51d7eba0dd4a0bb60ed5c33bb48f030f0a (patch) | |
| tree | a4fa5d27254416e9f7a8f3a7ee62aaee452473c4 /Public/Kits/SystemKit/CoreAPI.hxx | |
| parent | fb0d208bb2c6d8322ff1d483d92d143c6aaef9c1 (diff) | |
HCR-15: Code improvements on ZipKit and SystemKit.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Public/Kits/SystemKit/CoreAPI.hxx')
| -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; |
