summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Efi
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-26 05:29:33 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-26 05:29:33 +0000
commit5a2bc7144a6dd3954f5774aa4cb6d5a22ee46ab7 (patch)
tree1ad7460141d89e0b3cec06838d0fdcc5569974a4 /EdkCompatibilityPkg/Foundation/Efi
parent21ecdf15a01ed8a2adce55a31fa0bee9ed8eb061 (diff)
downloadedk2-5a2bc7144a6dd3954f5774aa4cb6d5a22ee46ab7.zip
edk2-5a2bc7144a6dd3954f5774aa4cb6d5a22ee46ab7.tar.gz
edk2-5a2bc7144a6dd3954f5774aa4cb6d5a22ee46ab7.tar.bz2
synchronize interget type definition from MdePkg's processbinding.h to make build pass under GCC44 tool chain
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10543 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Efi')
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h
index f0fd9d5..3fba60f 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h
@@ -82,7 +82,9 @@ typedef UINT64 EFI_LBA;
// use the correct C calling convention. All protocol member functions and
// EFI intrinsics are required to modify thier member functions with EFIAPI.
//
-#define EFIAPI _EFIAPI
+#ifndef EFIAPI
+ #define EFIAPI _EFIAPI
+#endif
//
// EFI Constants. They may exist in other build structures, so #ifndef them.