diff options
author | geekboy15a <geekboy15a@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-16 23:24:45 +0000 |
---|---|---|
committer | geekboy15a <geekboy15a@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-16 23:24:45 +0000 |
commit | e798cd87ca9a3a30c4cea50c5f5de84e10a8bc5a (patch) | |
tree | 46b6cbe6e62032969fdac69763e01787c3151591 /MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c | |
parent | 66c95e799aba51b18fe7c7581c50ad7b83ee39b0 (diff) | |
download | edk2-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/DxeUdpIoLib/DxeUdpIoLib.c')
-rw-r--r-- | MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c index afcde8199a..a27f03aab9 100644 --- a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c +++ b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c @@ -130,6 +130,7 @@ UdpIoOnDgramSent ( **/
VOID
+EFIAPI
UdpIoRecycleDgram (
IN VOID *Context
)
@@ -970,6 +971,7 @@ UdpIoSendDatagram ( @retval FALSE The packet is not to be cancelled.
**/
BOOLEAN
+EFIAPI
UdpIoCancelSingleDgram (
IN UDP_TX_TOKEN *Token,
IN VOID *Context
|