diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-10 16:47:14 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-10 16:47:14 +0200 |
| commit | 9a0184dae5723488daf16c86ee8a3741cd70f894 (patch) | |
| tree | c62a21c453853b78a012666a7235c5b300a856d2 /SCIKit | |
| parent | 8a2cab86eb8723b2f8b4f85c5d09d764003087a3 (diff) | |
[IMP] Many fixes inside kernel DLL, fixing filesystem now.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'SCIKit')
| -rw-r--r-- | SCIKit/scm.iclparser.inl | 4 | ||||
| -rw-r--r-- | SCIKit/scm.internal.inl | 4 |
2 files changed, 4 insertions, 4 deletions
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.
|
