Use standard VA_LIST to pass variable argument list.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5485 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-07-16 03:04:53 +00:00
parent ada88886f1
commit f4bcc90f0b
3 changed files with 21 additions and 24 deletions

View File

@@ -364,7 +364,6 @@ UiWaitForSingleEvent (
@param RequestedWidth The width of the pop-up.
@param NumberOfLines The number of lines.
@param ArrayOfStrings The array of string to be printed.
@param ... A series of text strings that displayed in the pop-up.
**/
@@ -372,7 +371,6 @@ VOID
CreatePopUp (
IN UINTN ScreenWidth,
IN UINTN NumberOfLines,
IN CHAR16 *ArrayOfStrings,
...
)
;