]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Rename Print() to VPrintXY() to eliminate symbol collision with the Print function...
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 27 Oct 2008 02:33:17 +0000 (02:33 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 27 Oct 2008 02:33:17 +0000 (02:33 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6248 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/GraphicsLib/Graphics.c

index 75aa91dc6c2f1a5e29a55f68428da166816ea409..b0edc3586b2c18c2922ad9162f8f8ffa547782b8 100644 (file)
@@ -646,7 +646,7 @@ DisableQuietBoot (
 \r
 **/\r
 UINTN\r
-Print (\r
+VPrintXY (\r
   IN EFI_GRAPHICS_OUTPUT_PROTOCOL     *GraphicsOutput,\r
   IN EFI_UGA_DRAW_PROTOCOL            *UgaDraw,\r
   IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL  *Sto,\r
@@ -912,6 +912,6 @@ PrintXY (
     return 0;\r
   }\r
 \r
-  return Print (GraphicsOutput, UgaDraw, Sto, X, Y, ForeGround, BackGround, Fmt, Args);\r
+  return VPrintXY (GraphicsOutput, UgaDraw, Sto, X, Y, ForeGround, BackGround, Fmt, Args);\r
 }\r
 \r