diff options
Diffstat (limited to 'dev/boot/BootKit/Support.h')
| -rw-r--r-- | dev/boot/BootKit/Support.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/boot/BootKit/Support.h b/dev/boot/BootKit/Support.h index 6e1407c2..b4129abc 100644 --- a/dev/boot/BootKit/Support.h +++ b/dev/boot/BootKit/Support.h @@ -9,7 +9,7 @@ /// @file Support.h /// @brief Purpose of this file is to help port libs into the bootloader. -#ifndef __aarch64__ +#ifndef __NE_ARM64__ #include <string.h> #endif @@ -38,7 +38,9 @@ EXTERN_C int strcmp(const char* whatToCheck, const char* whatToCheckRight); #else +#ifndef __NE_ARM64__ #include <string.h> +#endif #endif // __BOOTZ__ |
