mirror of https://github.com/acidanthera/audk.git
To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfiPrintProtocolGuid to the previous GUID value used in EDK I. gEfiPrint2ProtocolGuid is a enhanced version of gEfiPrintProtocolGuid.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5772 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0ed0c867c7
commit
2b4d6ac808
|
@ -17,7 +17,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#ifndef __PPRINT2_H__
|
||||
#define __PPRINT2_H__
|
||||
|
||||
#define EFI_PRINT_PROTOCOL_GUID \
|
||||
#define EFI_PRINT2_PROTOCOL_GUID \
|
||||
{ 0x5bcc3dbc, 0x8c57, 0x450a, { 0xbb, 0xc, 0xa1, 0xc0, 0xbd, 0xde, 0x48, 0xc } }
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue