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:
jljusten 2008-04-11 18:08:38 +00:00
parent 5c70cb3285
commit db13e3c00b
1 changed files with 3 additions and 0 deletions

View File

@ -53,7 +53,10 @@ typedef UINT64 EFI_LBA;
#define OUT #define OUT
#define OPTIONAL #define OPTIONAL
#endif #endif
#ifndef UNALIGNED
#define UNALIGNED #define UNALIGNED
#endif
// //
// Modifiers for EFI Runtime and Boot Services // Modifiers for EFI Runtime and Boot Services