PerformancePkg: Fix build with GCC
Fix compiler warnings and include filename issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10902 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <Library/PcdLib.h>
|
||||
|
||||
#include <Protocol/LoadedImage.h>
|
||||
#include <Protocol/Driverbinding.h>
|
||||
#include <Protocol/DriverBinding.h>
|
||||
|
||||
#include <Guid/Performance.h>
|
||||
|
||||
@@ -191,7 +191,7 @@ GetNameFromHandle (
|
||||
Status = gBS->HandleProtocol (
|
||||
Handle,
|
||||
&gEfiLoadedImageProtocolGuid,
|
||||
&Image
|
||||
(VOID**) &Image
|
||||
);
|
||||
|
||||
if (EFI_ERROR (Status)) {
|
||||
@@ -213,7 +213,7 @@ GetNameFromHandle (
|
||||
Status = gBS->HandleProtocol (
|
||||
DriverBinding->ImageHandle,
|
||||
&gEfiLoadedImageProtocolGuid,
|
||||
&Image
|
||||
(VOID**) &Image
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user