From 45548d516ddf5e88bf80940365d151e1bd69c29f Mon Sep 17 00:00:00 2001 From: amlal Date: Sun, 17 Mar 2024 07:25:31 +0100 Subject: HCR-14: A series of important fixes and improvements regarding the kernel. Signed-off-by: amlal --- Private/NewKit/Macros.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Private/NewKit') diff --git a/Private/NewKit/Macros.hpp b/Private/NewKit/Macros.hpp index 141ccc53..c6c4f530 100644 --- a/Private/NewKit/Macros.hpp +++ b/Private/NewKit/Macros.hpp @@ -84,6 +84,8 @@ #define EXTERN extern #define STATIC static +#define CONST const + #ifndef self #define self this #endif -- cgit v1.2.3