From a38083f7d528111087949a0ba8e3970f091f2fc9 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sun, 4 Aug 2024 14:16:39 +0200 Subject: [FIX] CG's text writer functions. Need to fix ProgramLoader class now for DLLs/LIBs. Signed-off-by: Amlal EL Mahrouss --- Kernel/CompilerKit/Detail.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Kernel/CompilerKit') 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 -#endif // ifdef __KERNEL__ +#endif // ifdef __NEWOSKRNL__ #define NEWOS_COPY_DELETE(KLASS) \ KLASS& operator=(const KLASS&) = delete; \ -- cgit v1.2.3