summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZBAKit/Modules')
-rw-r--r--dev/ZBAKit/Modules/NetBoot/build.json2
-rw-r--r--dev/ZBAKit/Modules/SysChk/build.json2
2 files changed, 2 insertions, 2 deletions
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",