summaryrefslogtreecommitdiffhomepage
path: root/GXKit
diff options
context:
space:
mode:
Diffstat (limited to 'GXKit')
-rw-r--r--GXKit/build.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/GXKit/build.json b/GXKit/build.json
index 824c6b1d..09b6b4d4 100644
--- a/GXKit/build.json
+++ b/GXKit/build.json
@@ -5,6 +5,6 @@
"sources_path": ["*.c"],
"output_name": "gx.dll",
"compiler_flags": ["-ffreestanding", "-shared", "-std=c17", " -Wl,--subsystem=17"],
- "cpp_macros": ["__NEWOSKRNL__", "__DDK_AMD64__", "cGXVersionHighest=1", "cGXVersionLowest=1"]
+ "cpp_macros": ["__NEWOSKRNL__", "__GX_AMD64__", "cGXVersionHighest=0x0100", "cGXVersionLowest=0x0100"]
}
\ No newline at end of file