diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-01 18:43:32 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-01 18:43:32 +0100 |
| commit | fba828e81bd2067679264999c26d2781602ca268 (patch) | |
| tree | a0b898725633dc279fd3a02528b87fecf1e09f37 /dev/ZBAKit/BootKit/Support.h | |
| parent | e2588aa01603ac93a0b187c9d0e11bf50fb2416c (diff) | |
Refactor macro from __NEWOSLDR__ to __ZBAOSLDR__.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBAKit/BootKit/Support.h')
| -rw-r--r-- | dev/ZBAKit/BootKit/Support.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |
