From 08e69a55cfda4722277d16ddb632669edde3580b Mon Sep 17 00:00:00 2001 From: Amlal Date: Wed, 23 Oct 2024 10:08:05 +0200 Subject: IMP: Process scheduler timer interrupt have been implemented, fixes regarding interrupt API and use __TOOLCHAINKIT__ instead of __NDK__ Signed-off-by: Amlal --- dev/sci/xpcom_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/sci') 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. -- cgit v1.2.3