From 31a272ebf435d0108456f9444621dc33162b43be Mon Sep 17 00:00:00 2001 From: darylm503 Date: Wed, 20 Jun 2012 20:28:05 +0000 Subject: [PATCH] StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union. The XYoffset union typedef has been renamed to XY_OFFSET to conform to the C Coding Standards. Fixes a build error. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: daryl.mcdaniel@intel.com Reviewed-by: erik.c.bjorge@intel.com git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13462 6f19259b-4bc3-4df7-8a09-765794883524 --- StdLib/LibC/Uefi/Devices/Console/daConsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StdLib/LibC/Uefi/Devices/Console/daConsole.c b/StdLib/LibC/Uefi/Devices/Console/daConsole.c index 655b685214..bfcc4a292c 100644 --- a/StdLib/LibC/Uefi/Devices/Console/daConsole.c +++ b/StdLib/LibC/Uefi/Devices/Console/daConsole.c @@ -331,7 +331,7 @@ da_ConStat( { ConInstance *Stream; EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *Proto; - XYoffset CursorPos; + XY_OFFSET CursorPos; INT32 OutMode; UINTN ModeCol; UINTN ModeRow; -- 2.39.2