mirror of https://github.com/acidanthera/audk.git
edk2/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h:
UNALIGNED is already defined by including 'windows.h' in the EdkCompatibilityPkg/Sample/Library/Dxe/WinNt/WinNtLib.inf module. For X64/IPF, the definition (via windows.h) is not blank (as it is here). Therefore, a 're-definition' warning is generated. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5045 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5c70cb3285
commit
db13e3c00b
|
@ -53,7 +53,10 @@ typedef UINT64 EFI_LBA;
|
|||
#define OUT
|
||||
#define OPTIONAL
|
||||
#endif
|
||||
|
||||
#ifndef UNALIGNED
|
||||
#define UNALIGNED
|
||||
#endif
|
||||
|
||||
//
|
||||
// Modifiers for EFI Runtime and Boot Services
|
||||
|
|
Loading…
Reference in New Issue