From 9a0184dae5723488daf16c86ee8a3741cd70f894 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sat, 10 Aug 2024 16:47:14 +0200 Subject: [IMP] Many fixes inside kernel DLL, fixing filesystem now. Signed-off-by: Amlal EL Mahrouss --- SCIKit/scm.iclparser.inl | 4 ++-- SCIKit/scm.internal.inl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'SCIKit') diff --git a/SCIKit/scm.iclparser.inl b/SCIKit/scm.iclparser.inl index acedc9d8..5bed133f 100644 --- a/SCIKit/scm.iclparser.inl +++ b/SCIKit/scm.iclparser.inl @@ -9,10 +9,10 @@ Purpose: Base code of SCM. /// @internal -#ifndef __ZECC__ +#ifndef __NDK__ #define object class #define protocol class #define clsid(X) __attribute__((uuid(X))) #warning ! you may be using the clang version of the newos kit, please be cautious that some thing mayn't be present. ! -#endif // !__ZECC__ \ No newline at end of file +#endif // !__NDK__ \ No newline at end of file diff --git a/SCIKit/scm.internal.inl b/SCIKit/scm.internal.inl index e9c969f1..96210889 100644 --- a/SCIKit/scm.internal.inl +++ b/SCIKit/scm.internal.inl @@ -9,13 +9,13 @@ Purpose: Base code of SCM. /// @internal -#ifndef __ZECC__ +#ifndef __NDK__ #define object class #define protocol class #define clsid(X) __attribute__((uuid(X))) #warning ! you may be using the clang version of the newos kit, please be cautious that some thing mayn't be present. ! -#endif // !__ZECC__ +#endif // !__NDK__ // Interfaces are divided between classes. // So that they aren't too big. -- cgit v1.2.3