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

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