summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit/BootKit/Support.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZBAKit/BootKit/Support.h')
-rw-r--r--dev/ZBAKit/BootKit/Support.h4
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)
{