Removed extra typedefs on structures to remove error with gcc compiler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4928 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -193,7 +193,7 @@ BOOLEAN
|
||||
--*/
|
||||
;
|
||||
|
||||
typedef struct _EFI_UNICODE_COLLATION_PROTOCOL {
|
||||
struct _EFI_UNICODE_COLLATION_PROTOCOL {
|
||||
//
|
||||
// general
|
||||
//
|
||||
@ -209,7 +209,7 @@ typedef struct _EFI_UNICODE_COLLATION_PROTOCOL {
|
||||
EFI_UNICODE_COLLATION_STRTOFAT StrToFat;
|
||||
|
||||
CHAR8 *SupportedLanguages;
|
||||
} EFI_UNICODE_COLLATION_PROTOCOL;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiUnicodeCollationProtocolGuid;
|
||||
extern EFI_GUID gEfiUnicodeCollation2ProtocolGuid;
|
||||
|
Reference in New Issue
Block a user