X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FSetupBrowserDxe%2FSetup.h;h=ac419d1465e53a818fc910f63fb48666db6633a4;hb=519f076a478a7da9ff4b9d5327a993b1fc2968e8;hp=6d6d4843dba0436b0ce2f0a03088a0f5105fab85;hpb=3909993808a3d1dd6432bde1cb186e759e8db78d;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h index 6d6d4843db..ac419d1465 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h @@ -30,10 +30,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include +#include #include -#include #include #include #include @@ -469,6 +469,7 @@ extern CHAR16 *gFunctionNineString; extern CHAR16 *gFunctionTenString; extern CHAR16 *gEnterString; extern CHAR16 *gEnterCommitString; +extern CHAR16 *gEnterEscapeString; extern CHAR16 *gEscapeString; extern CHAR16 *gSaveFailed; extern CHAR16 *gMoveHighlight; @@ -492,6 +493,7 @@ extern CHAR16 *gPlusString; extern CHAR16 *gMinusString; extern CHAR16 *gAdjustNumber; extern CHAR16 *gSaveChanges; +extern CHAR16 *gOptionMismatch; extern CHAR16 gPromptBlockWidth; extern CHAR16 gOptionBlockWidth; @@ -710,7 +712,6 @@ CreateSharedPopUp ( @param StringBuffer The passed in pointer to the buffer which will hold the typed in string if HotKey is FALSE @param KeyValue The EFI_KEY value returned if HotKey is TRUE.. - @param String Pointer to the first string in the list @param ... A series of (quantity == NumberOfLines) text strings which will be used to construct the dialog box