From e5bce2758f79f8b1d5a5466d48ff482b1b06670e Mon Sep 17 00:00:00 2001 From: jljusten Date: Thu, 20 Mar 2008 16:37:48 +0000 Subject: 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 --- EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress/Decompress.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress') diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress/Decompress.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress/Decompress.h index 93839a7898..88a50ab67a 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress/Decompress.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress/Decompress.h @@ -130,10 +130,10 @@ Returns: corrupted (not in a valid compressed format). --*/ -typedef struct _EFI_DECOMPRESS_PROTOCOL { +struct _EFI_DECOMPRESS_PROTOCOL { EFI_DECOMPRESS_GET_INFO GetInfo; EFI_DECOMPRESS_DECOMPRESS Decompress; -} EFI_DECOMPRESS_PROTOCOL; +}; extern EFI_GUID gEfiDecompressProtocolGuid; -- cgit v1.2.3