From 6eb2b554c61574c16c168132ba68b82dcc5c1f0c Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 1 Dec 2024 09:32:48 +0100 Subject: META: Morning bump. Signed-off-by: Amlal --- dev/ZBAKit/Modules/NetBoot/build.json | 2 +- dev/ZBAKit/Modules/SysChk/build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZBAKit/Modules') diff --git a/dev/ZBAKit/Modules/NetBoot/build.json b/dev/ZBAKit/Modules/NetBoot/build.json index df033057..779da7c6 100644 --- a/dev/ZBAKit/Modules/NetBoot/build.json +++ b/dev/ZBAKit/Modules/NetBoot/build.json @@ -14,7 +14,7 @@ "-Wl,--subsystem=17,--image-base,0x1000000" ], "cpp_macros": [ - "__NEWOSKRNL__", + "__MINOSKRNL__", "__NEWOSLDR__", "__ZKA_AMD64__", "kNetBootVersionHighest=0x0100", diff --git a/dev/ZBAKit/Modules/SysChk/build.json b/dev/ZBAKit/Modules/SysChk/build.json index 59edff16..a3a4d9ff 100644 --- a/dev/ZBAKit/Modules/SysChk/build.json +++ b/dev/ZBAKit/Modules/SysChk/build.json @@ -14,7 +14,7 @@ "-Wl,--subsystem=17,--image-base,0x10000000,-e,ModuleMain" ], "cpp_macros": [ - "__NEWOSKRNL__", + "__MINOSKRNL__", "__NEWOSLDR__", "__ZKA_AMD64__", "kChkVersionHighest=0x0100", -- cgit v1.2.3