diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-25 12:20:55 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-25 12:20:55 +0200 |
commit | 3220293f152a6e62c91817c811cda628a038c47a (patch) | |
tree | 8315181b29d0956e5c2c50e8811029af3945688d /Application/Loader | |
parent | 92810df1539fc696f74940939031bdacd932df98 (diff) |
Changed protocol GUID, backdoor variable name and cookie valuemy
* fixed EfiDSEFix Mingw Makefile
* removed `EFIAPI` from `BmSetMemoryTypeInformationVariable`
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Application/Loader')
-rw-r--r-- | Application/Loader/Loader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Application/Loader/Loader.c b/Application/Loader/Loader.c index 665b2fe..589bbea 100644 --- a/Application/Loader/Loader.c +++ b/Application/Loader/Loader.c @@ -38,7 +38,6 @@ STATIC CHAR16* mDriverPaths[] = { VOID -EFIAPI BmSetMemoryTypeInformationVariable( IN BOOLEAN Boot ); |