summaryrefslogtreecommitdiffhomepage
path: root/SCIKit
diff options
context:
space:
mode:
Diffstat (limited to 'SCIKit')
-rw-r--r--SCIKit/scm.iclparser.inl4
-rw-r--r--SCIKit/scm.internal.inl4
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.