diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-12-22 08:38:32 +0100 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-12-22 08:38:32 +0100 |
| commit | bddaafedff871716a0169e9ebf1ada5851970365 (patch) | |
| tree | 22fbfde6a811e49b8968eb138c83b4cce3a1df92 /dev/BootLoader/src/HEL/ARM64/BootPlatform.cc | |
| parent | 610f91d87152cbe48d3054fcf437d8239da6ef35 (diff) | |
META: BUMPING.
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/BootLoader/src/HEL/ARM64/BootPlatform.cc')
| -rw-r--r-- | dev/BootLoader/src/HEL/ARM64/BootPlatform.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/BootLoader/src/HEL/ARM64/BootPlatform.cc b/dev/BootLoader/src/HEL/ARM64/BootPlatform.cc index 75a69998..df16bd40 100644 --- a/dev/BootLoader/src/HEL/ARM64/BootPlatform.cc +++ b/dev/BootLoader/src/HEL/ARM64/BootPlatform.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, TQ B.V, all rights reserved. + Copyright (C) 2024, Theater Quality Inc, all rights reserved. ------------------------------------------- */ @@ -8,7 +8,7 @@ #include <BootKit/Protocol.h> #include <BootKit/BootKit.h> -#ifdef __STANDALONE__ +#ifdef __BOOTLDR_STANDALONE__ using namespace Boot; @@ -34,4 +34,4 @@ EXTERN_C void rt_std() { } -#endif // __STANDALONE__ +#endif // __BOOTLDR_STANDALONE__ |
