summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-26 13:16:54 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-26 13:20:15 +0200
commit130c8b85a26f5f73442e58e46e9ceb09fffa2da3 (patch)
tree606763b3838cff15e4c0d6751227775aef8deaca
parent9c5d2fa1eb77d4bbd3069cbef8d7c94ba78c1b7f (diff)
[FIX] ???: Was somehow NEWOS_COPY_DEFAULT instead of ZKA_COPY_DEFAULT.
[FIX] SysChk: Fix build on Windows. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
-rw-r--r--dev/ZBA/Modules/SysChk/build.json2
-rw-r--r--dev/ZKA/Sources/DLLMain.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZBA/Modules/SysChk/build.json b/dev/ZBA/Modules/SysChk/build.json
index aff1e78a..b2071a2e 100644
--- a/dev/ZBA/Modules/SysChk/build.json
+++ b/dev/ZBA/Modules/SysChk/build.json
@@ -11,7 +11,7 @@
"-fPIC",
"-fno-rtti",
"-fno-exceptions",
- "-Wl,--subsystem=17,--image-base 0x10000000"
+ "-Wl,--subsystem=17,--image-base,0x10000000"
],
"cpp_macros": [
"__NEWOSKRNL__",
diff --git a/dev/ZKA/Sources/DLLMain.cxx b/dev/ZKA/Sources/DLLMain.cxx
index 67107110..bfa206a5 100644
--- a/dev/ZKA/Sources/DLLMain.cxx
+++ b/dev/ZKA/Sources/DLLMain.cxx
@@ -166,7 +166,7 @@ namespace Kernel::Detail
~FilesystemInstaller() = default;
- NEWOS_COPY_DEFAULT(FilesystemInstaller);
+ ZKA_COPY_DEFAULT(FilesystemInstaller);
/// @brief Grab the disk's NewFS reference.
/// @return NewFilesystemManager the filesystem interface