]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/HiiImage.h
Removed extra typedefs on structures to remove error with gcc compiler.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / HiiImage / HiiImage.h
index dcd4889df06ba2d8921f159d4faa3d42fca0eef7..7359c8952250f10b26636780461a251cad2394e2 100644 (file)
@@ -241,13 +241,13 @@ EFI_STATUS
 //\r
 // Interface structure for the EFI_HII_IMAGE_PROTOCOL\r
 //\r
-typedef struct _EFI_HII_IMAGE_PROTOCOL {\r
+struct _EFI_HII_IMAGE_PROTOCOL {\r
   EFI_HII_NEW_IMAGE                  NewImage;\r
   EFI_HII_GET_IMAGE                  GetImage;\r
   EFI_HII_SET_IMAGE                  SetImage;\r
   EFI_HII_DRAW_IMAGE                 DrawImage;\r
   EFI_HII_DRAW_IMAGE_ID              DrawImageId;\r
-} EFI_HII_IMAGE_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiHiiImageProtocolGuid;\r
 \r