From 2a51866f3f39d4ebf0fd2d132cfad1e2962d1236 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Tue, 8 Oct 2024 19:17:37 +0200 Subject: IMP: A New set of features and APIs in zka-sci-cxx.dll - IStr object for a class like string object. - New SCI APIs, Disk management. Loader, I/O and new Mm functions. - Fixed and improved XPCOMReleaseClass. - Using IStr when dealing with XPCOM events. Signed-off-by: Amlal EL Mahrouss --- dev/sci/sci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/sci/sci.json') diff --git a/dev/sci/sci.json b/dev/sci/sci.json index 0b7c6bb7..0bc6cdcf 100644 --- a/dev/sci/sci.json +++ b/dev/sci/sci.json @@ -13,7 +13,7 @@ "-Wl,--subsystem=17" ], "cpp_macros": [ - "__SCI_IMPL__", + "__XPCOM_IMPL__", "cSCIVersion=0x0100", "cSCIVersionHighest=0x0100", "cSCIVersionLowest=0x0100" -- cgit v1.2.3