diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-24 21:48:45 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-24 21:48:45 +0000 |
commit | e8de46808a7d2426116de79cdf2aeab43d5a5537 (patch) | |
tree | fa8a3c90384138fd31fd2079e1ef0bd0d0e53d7d /EdkCompatibilityPkg/Foundation/Include/X64 | |
parent | fbf926add92ee7c528aed264b0b71442b2caef04 (diff) | |
download | edk2-platforms-e8de46808a7d2426116de79cdf2aeab43d5a5537.tar.xz |
Fixed issues compiling for Apple gcc on IA-32
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9310 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Include/X64')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Include/X64/EfiBind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Include/X64/EfiBind.h b/EdkCompatibilityPkg/Foundation/Include/X64/EfiBind.h index a0ab02b838..14eca7a301 100644 --- a/EdkCompatibilityPkg/Foundation/Include/X64/EfiBind.h +++ b/EdkCompatibilityPkg/Foundation/Include/X64/EfiBind.h @@ -35,7 +35,9 @@ Abstract: //
// Make sure we are useing the correct packing rules per EFI specification
//
+#ifndef __GNUC__
#pragma pack()
+#endif
#if __INTEL_COMPILER
//
|