summaryrefslogtreecommitdiffhomepage
path: root/EFSKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-12 06:11:57 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-12 06:12:37 +0200
commit26965d955a6c06e15631ce84b981e643b9b06f87 (patch)
treedeaf2ce0e2ced1d2a7b1bdd40bd699e608a8c4c8 /EFSKit
parent4bc2a20e699812c397e0d9e3901d91196d8681f0 (diff)
[IMP] SEE BELOW.
+ Updated BTB build manifests. + Rename ovmf.ps1 to DownloadOVMF.ps1. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'EFSKit')
-rw-r--r--EFSKit/build.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/EFSKit/build.json b/EFSKit/build.json
index 248f97c0..560f6716 100644
--- a/EFSKit/build.json
+++ b/EFSKit/build.json
@@ -5,6 +5,6 @@
"sources_path": ["*.cxx"],
"output_name": "encryptfs.dll",
"compiler_flags": ["-ffreestanding", "-shared", "-fno-rtti", "-fno-exceptions", " -Wl,--subsystem=17"],
- "cpp_macros": ["__CRT_AMD64__", "cEFSVersion=0x0100", "cEFSVersionHighest=0x0100", "cEFSVersionLowest=0x0100"]
+ "cpp_macros": ["__EFS_AMD64__", "cEFSVersion=0x0100", "cEFSVersionHighest=0x0100", "cEFSVersionLowest=0x0100"]
}
\ No newline at end of file