diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 14:16:39 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 14:16:39 +0200 |
| commit | a38083f7d528111087949a0ba8e3970f091f2fc9 (patch) | |
| tree | c21cda9b4571758540564b562ea6858ddf89030b /Kernel/CompilerKit | |
| parent | cd400898f5a6ef04690231323c0be107ae330fb4 (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.hxx | 4 |
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; \ |
