mirror of https://github.com/acidanthera/audk.git
Remove structure declaration for EFI_UGA_PIXEL.
This structure is already defined in MdePkg/Include/Protocol/UgaDraw.h and this extra declaration is generating build breaks for a redefinition git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8847 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7c8625be21
commit
2997220ab7
|
@ -29,16 +29,7 @@
|
||||||
// is defined in MdePkg/Protocol/GraphicsOutput.h
|
// is defined in MdePkg/Protocol/GraphicsOutput.h
|
||||||
//
|
//
|
||||||
#include <Protocol/GraphicsOutput.h>
|
#include <Protocol/GraphicsOutput.h>
|
||||||
//
|
|
||||||
// In UEFI2.1 spec, there is a same data type named EFI_GRAPHICS_OUTPUT_BLT_PIXEL.
|
|
||||||
// To define this data type only for backward compatibility.
|
|
||||||
//
|
|
||||||
typedef struct {
|
|
||||||
UINT8 Blue;
|
|
||||||
UINT8 Green;
|
|
||||||
UINT8 Red;
|
|
||||||
UINT8 Reserved;
|
|
||||||
} EFI_UGA_PIXEL
|
|
||||||
//
|
//
|
||||||
// In both EDK and EDK II, incompatbile change is done to Framework HII protocol.
|
// In both EDK and EDK II, incompatbile change is done to Framework HII protocol.
|
||||||
// This change should cause a change of GUID in both of code and HII spec. But we
|
// This change should cause a change of GUID in both of code and HII spec. But we
|
||||||
|
|
Loading…
Reference in New Issue