From 9313bc51d7eba0dd4a0bb60ed5c33bb48f030f0a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 13 Feb 2024 10:01:59 +0100 Subject: HCR-15: Code improvements on ZipKit and SystemKit. Signed-off-by: Amlal El Mahrouss --- Public/Kits/SystemKit/CoreAPI.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Public/Kits/SystemKit/CoreAPI.hxx') 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; -- cgit v1.2.3