diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-14 11:52:34 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-14 11:52:34 +0100 |
| commit | c49a4199373d546703ea2016f188131648a39a68 (patch) | |
| tree | b7fb7ccd026b24f89a1bc0edc15ae5253d229455 /Private/NewKit | |
| parent | f57ffb30b78efffde3b16572798d2b2dcffd04eb (diff) | |
HCR-18: Heap and scheduler improvements.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewKit')
| -rw-r--r-- | Private/NewKit/Macros.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Private/NewKit/Macros.hpp b/Private/NewKit/Macros.hpp index 739447b0..ecd2d678 100644 --- a/Private/NewKit/Macros.hpp +++ b/Private/NewKit/Macros.hpp @@ -89,3 +89,7 @@ #define EXTERN extern #define STATIC static + +#ifndef self +#define self this +#endif |
