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
This commit is contained in:
@@ -313,6 +313,7 @@ DhcpComputeLease (
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
DhcpConfigLeaseIoPort (
|
||||
IN UDP_IO *UdpIo,
|
||||
IN VOID *Context
|
||||
@@ -947,6 +948,7 @@ ON_EXIT:
|
||||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
DhcpInput (
|
||||
NET_BUF *UdpPacket,
|
||||
UDP_END_POINT *EndPoint,
|
||||
@@ -1100,6 +1102,7 @@ RESTART:
|
||||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
DhcpReleasePacket (
|
||||
IN VOID *Arg
|
||||
)
|
||||
@@ -1118,6 +1121,7 @@ DhcpReleasePacket (
|
||||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
DhcpOnPacketSent (
|
||||
NET_BUF *Packet,
|
||||
UDP_END_POINT *EndPoint,
|
||||
|
Reference in New Issue
Block a user