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

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