summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BmLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BmLib.c')
-rw-r--r--Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BmLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BmLib.c b/Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BmLib.c
index 8804b141ae..7e572e605f 100644
--- a/Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BmLib.c
+++ b/Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BmLib.c
@@ -456,7 +456,7 @@ Returns:
{
EFI_STATUS Status;
UINT16 HandleBufferLength;
- EFI_HII_HANDLE *HiiHandleBuffer;
+ FRAMEWORK_EFI_HII_HANDLE *HiiHandleBuffer;
UINTN StringBufferLength;
UINTN NumberOfHiiHandles;
UINTN Index;
@@ -488,7 +488,7 @@ Returns:
//
// Get the Hii Handle that matches the StructureNode->ProducerName
//
- NumberOfHiiHandles = HandleBufferLength / sizeof (EFI_HII_HANDLE);
+ NumberOfHiiHandles = HandleBufferLength / sizeof (FRAMEWORK_EFI_HII_HANDLE);
for (Index = 0; Index < NumberOfHiiHandles; Index++) {
Length = 0;
Status = ExtractDataFromHiiHandle (