Update the conflicted function name with UefiLib from CreatePopUp to CreateMultiStringPopUp.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8778 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4 2009-07-07 06:28:42 +00:00
parent 87a1d7a848
commit 3ebb9bdb9e
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ ReadString (
//
// Display prompt for string
//
CreatePopUp (ScreenSize, 4, &NullCharacter, Prompt, Space, &NullCharacter);
CreateMultiStringPopUp (ScreenSize, 4, &NullCharacter, Prompt, Space, &NullCharacter);
gST->ConOut->SetAttribute (gST->ConOut, EFI_TEXT_ATTR (EFI_BLACK, EFI_LIGHTGRAY));

View File

@ -919,7 +919,7 @@ CreateSharedPopUp (
**/
VOID
CreatePopUp (
CreateMultiStringPopUp (
IN UINTN RequestedWidth,
IN UINTN NumberOfLines,
...

View File

@ -363,7 +363,7 @@ UiWaitForSingleEvent (
**/
VOID
CreatePopUp (
CreateMultiStringPopUp (
IN UINTN ScreenWidth,
IN UINTN NumberOfLines,
...