From fba828e81bd2067679264999c26d2781602ca268 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 1 Dec 2024 18:43:32 +0100 Subject: Refactor macro from __NEWOSLDR__ to __ZBAOSLDR__. Signed-off-by: Amlal El Mahrouss --- dev/ZBAKit/BootKit/Support.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZBAKit/BootKit') diff --git a/dev/ZBAKit/BootKit/Support.h b/dev/ZBAKit/BootKit/Support.h index 2c1db6f4..c272b438 100644 --- a/dev/ZBAKit/BootKit/Support.h +++ b/dev/ZBAKit/BootKit/Support.h @@ -12,7 +12,7 @@ #define kLongMax ((long)(~0UL >> 1)) #define kLongMin (~kLongMax) -#ifdef __NEWOSLDR__ +#ifdef __ZBAOSLDR__ /// @brief memset definition in C++. /// @param dst destination pointer. @@ -38,7 +38,7 @@ EXTERN_C int strcmp(const char* whatToCheck, const char* whatToCheckRight); #define StrLen(src) strlen(src) #define StrCmp(dst, src) strcmp(dst, src) -#endif // __NEWOSLDR__ +#endif // __ZBAOSLDR__ inline int IsSpace(int c) { -- cgit v1.2.3