aboutsummaryrefslogtreecommitdiff
path: root/Application/Loader
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-10-25 12:20:55 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-10-25 12:20:55 +0200
commit3220293f152a6e62c91817c811cda628a038c47a (patch)
tree8315181b29d0956e5c2c50e8811029af3945688d /Application/Loader
parent92810df1539fc696f74940939031bdacd932df98 (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.c1
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
);