aboutsummaryrefslogtreecommitdiff
path: root/Application/Loader
diff options
context:
space:
mode:
Diffstat (limited to 'Application/Loader')
-rw-r--r--Application/Loader/Loader.c2
-rw-r--r--Application/Loader/Loader.inf1
-rw-r--r--Application/Loader/Loader.vcxproj2
3 files changed, 3 insertions, 2 deletions
diff --git a/Application/Loader/Loader.c b/Application/Loader/Loader.c
index c2f325b..aab4a5c 100644
--- a/Application/Loader/Loader.c
+++ b/Application/Loader/Loader.c
@@ -252,7 +252,7 @@ LocateFile(
VolumeHandle->Close(VolumeHandle);
}
- FreePool(Handles);
+ FreePool((VOID*)Handles);
return Status;
}
diff --git a/Application/Loader/Loader.inf b/Application/Loader/Loader.inf
index 0acb5f2..8d98034 100644
--- a/Application/Loader/Loader.inf
+++ b/Application/Loader/Loader.inf
@@ -14,7 +14,6 @@
MdePkg/MdePkg.dec
EfiGuardPkg/EfiGuardPkg.dec
MdeModulePkg/MdeModulePkg.dec
- OvmfPkg/OvmfPkg.dec
[LibraryClasses]
UefiApplicationEntryPoint
diff --git a/Application/Loader/Loader.vcxproj b/Application/Loader/Loader.vcxproj
index a47561a..9254ab7 100644
--- a/Application/Loader/Loader.vcxproj
+++ b/Application/Loader/Loader.vcxproj
@@ -19,6 +19,8 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<SpectreMitigation>false</SpectreMitigation>
+ <VcpkgEnabled>false</VcpkgEnabled>
+ <EnableStdModules>false</EnableStdModules>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(SolutionDir)\EfiGuard.props" />