diff options
Diffstat (limited to 'dev/sci')
| -rw-r--r-- | dev/sci/xpcom_core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/sci/xpcom_core.h b/dev/sci/xpcom_core.h index c86210b5..45c13d1f 100644 --- a/dev/sci/xpcom_core.h +++ b/dev/sci/xpcom_core.h @@ -9,13 +9,13 @@ Purpose: Base code of XPCOM. /// @internal Reserved for internal definitions only.
-#ifndef __NDK__
+#ifndef __TOOLCHAINKIT__
#define object class
#define protocol class
#define clsid(X)
#warning ! You may be using the clang compiler, please be cautious that some features mayn't be present. !
-#endif // !__NDK__
+#endif // !__TOOLCHAINKIT__
protocol IUnknown; // Refrenced from an IDB entry.
protocol ICLSID; // From the IDB, the constructor of the object, e.g: TextUCLSID.
|
