mirror of https://github.com/acidanthera/audk.git
edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/SimpleFileSystem.h:
Added back 'typedef' needed for EFI_FILE_HANDLE. It should not have been removed in r4928. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4952 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
af823bdc07
commit
e104fc15dc
|
@ -356,7 +356,7 @@ EFI_STATUS
|
|||
;
|
||||
|
||||
#define EFI_FILE_HANDLE_REVISION 0x00010000
|
||||
struct _EFI_FILE {
|
||||
typedef struct _EFI_FILE {
|
||||
UINT64 Revision;
|
||||
EFI_FILE_OPEN Open;
|
||||
EFI_FILE_CLOSE Close;
|
||||
|
|
Loading…
Reference in New Issue