From 130c8b85a26f5f73442e58e46e9ceb09fffa2da3 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Mon, 26 Aug 2024 13:16:54 +0200 Subject: [FIX] ???: Was somehow NEWOS_COPY_DEFAULT instead of ZKA_COPY_DEFAULT. [FIX] SysChk: Fix build on Windows. Signed-off-by: Amlal EL Mahrouss --- dev/ZBA/Modules/SysChk/build.json | 2 +- dev/ZKA/Sources/DLLMain.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev') 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 -- cgit v1.2.3