]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BmLib.c
UEFI HII: Merge UEFI HII support changes from branch.
[mirror_edk2.git] / Nt32Pkg / PlatformBdsDxe / Generic / BootMaint / BmLib.c
index 8804b141aec17204894a55f261b9ade793442a05..7e572e605f3b92b5fe31539c5f99cdc323f012c9 100644 (file)
@@ -456,7 +456,7 @@ Returns:
 {\r
   EFI_STATUS        Status;\r
   UINT16            HandleBufferLength;\r
-  EFI_HII_HANDLE    *HiiHandleBuffer;\r
+  FRAMEWORK_EFI_HII_HANDLE    *HiiHandleBuffer;\r
   UINTN             StringBufferLength;\r
   UINTN             NumberOfHiiHandles;\r
   UINTN             Index;\r
@@ -488,7 +488,7 @@ Returns:
   //\r
   // Get the Hii Handle that matches the StructureNode->ProducerName\r
   //\r
-  NumberOfHiiHandles = HandleBufferLength / sizeof (EFI_HII_HANDLE);\r
+  NumberOfHiiHandles = HandleBufferLength / sizeof (FRAMEWORK_EFI_HII_HANDLE);\r
   for (Index = 0; Index < NumberOfHiiHandles; Index++) {\r
     Length = 0;\r
     Status = ExtractDataFromHiiHandle (\r