summaryrefslogtreecommitdiffhomepage
path: root/Kernel/CompilerKit
diff options
context:
space:
mode:
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; \