summaryrefslogtreecommitdiffhomepage
path: root/Kernel/CompilerKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 14:16:39 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 14:16:39 +0200
commita38083f7d528111087949a0ba8e3970f091f2fc9 (patch)
treec21cda9b4571758540564b562ea6858ddf89030b /Kernel/CompilerKit
parentcd400898f5a6ef04690231323c0be107ae330fb4 (diff)
[FIX] CG's text writer functions. Need to fix ProgramLoader class now
for DLLs/LIBs. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/CompilerKit')
-rw-r--r--Kernel/CompilerKit/Detail.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/CompilerKit/Detail.hxx b/Kernel/CompilerKit/Detail.hxx
index f0f4ac51..21a9844f 100644
--- a/Kernel/CompilerKit/Detail.hxx
+++ b/Kernel/CompilerKit/Detail.hxx
@@ -6,9 +6,9 @@
#pragma once
-#ifdef __KERNEL__
+#ifdef __NEWOSKRNL__
#include <NewKit/Defines.hxx>
-#endif // ifdef __KERNEL__
+#endif // ifdef __NEWOSKRNL__
#define NEWOS_COPY_DELETE(KLASS) \
KLASS& operator=(const KLASS&) = delete; \