mirror of https://github.com/acidanthera/audk.git
Keep the C name of SIMPLE TEXT OUTPUT PROTOCOL unchanged for backward-compatible with original implementation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2764 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f22a5f4323
commit
09f0ddd026
|
@ -392,6 +392,6 @@ struct _EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL {
|
|||
EFI_SIMPLE_TEXT_OUTPUT_MODE *Mode;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiSimpleTextOutputProtocolGuid;
|
||||
extern EFI_GUID gEfiSimpleTextOutProtocolGuid;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue