summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeIpIoLib
diff options
context:
space:
mode:
authorgeekboy15a <geekboy15a@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-16 23:24:45 +0000
committergeekboy15a <geekboy15a@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-16 23:24:45 +0000
commite798cd87ca9a3a30c4cea50c5f5de84e10a8bc5a (patch)
tree46b6cbe6e62032969fdac69763e01787c3151591 /MdeModulePkg/Library/DxeIpIoLib
parent66c95e799aba51b18fe7c7581c50ad7b83ee39b0 (diff)
downloadedk2-platforms-e798cd87ca9a3a30c4cea50c5f5de84e10a8bc5a.tar.xz
Fixed GCC 4.4 build issues due to EFIAPI not being used when required.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10379 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxeIpIoLib')
-rw-r--r--MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c
index d5fddb678f..887fb3084b 100644
--- a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c
+++ b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c
@@ -587,6 +587,7 @@ IpIoIcmpHandler (
**/
VOID
+EFIAPI
IpIoExtFree (
IN VOID *Event
)