diff options
Diffstat (limited to 'Nt32Pkg/PlatformBdsDxe/Generic/BdsString.h')
-rw-r--r-- | Nt32Pkg/PlatformBdsDxe/Generic/BdsString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/PlatformBdsDxe/Generic/BdsString.h b/Nt32Pkg/PlatformBdsDxe/Generic/BdsString.h index b475c37a30..1e8066537c 100644 --- a/Nt32Pkg/PlatformBdsDxe/Generic/BdsString.h +++ b/Nt32Pkg/PlatformBdsDxe/Generic/BdsString.h @@ -33,7 +33,7 @@ Revision History }
EFI_HII_HANDLE gStringPackHandle;
-EFI_HII_PROTOCOL *Hii;
+EFI_HII_PROTOCOL *gHii;
CHAR16 *
GetStringById (
|