diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-11 10:01:11 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-11 10:01:11 +0200 |
| commit | 4bc2a20e699812c397e0d9e3901d91196d8681f0 (patch) | |
| tree | 0a00c7d47236cacf21413f58341bec6c0ec97455 /SCIKit/build.json | |
| parent | 25c6f11de8d859d2aab49848cfc2c2d9a7f33153 (diff) | |
[newoskrnl.dll] Fixes and improvements, mostly on New FS and User Security support.
[encryptfs.dll] Add new DLL for filesystem encryption.
[sci.dll] Add protocols for IDL parsing.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'SCIKit/build.json')
| -rw-r--r-- | SCIKit/build.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCIKit/build.json b/SCIKit/build.json index 4c484652..7c80f1a8 100644 --- a/SCIKit/build.json +++ b/SCIKit/build.json @@ -5,6 +5,6 @@ "sources_path": ["*.cxx"],
"output_name": "sci.dll",
"compiler_flags": ["-fPIC", "-shared", "-Wl,--subsystem=17"],
- "cpp_macros": ["__NEWOS_SYMS__"]
+ "cpp_macros": ["__SCI_IMPL__", "cSCIVersion=0x0100"]
}
\ No newline at end of file |
