diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-23 10:08:05 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-23 10:08:05 +0200 |
| commit | 08e69a55cfda4722277d16ddb632669edde3580b (patch) | |
| tree | c84511296c0a8d290673df8ffaa52ef75a65a877 /dev/sci/xpcom_core.h | |
| parent | 1742d940e54696432459b8ced18b99bcafeb2178 (diff) | |
IMP: Process scheduler timer interrupt have been implemented, fixes regarding interrupt API and use __TOOLCHAINKIT__ instead of __NDK__
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/sci/xpcom_core.h')
| -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.
|
