mirror of https://github.com/acidanthera/audk.git
NetworkPkg/HttpBootDxe: Declare the functions as EFIAPI to pass the GCC build
Cc: Laszlo Ersek <lersek@redhat.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Ye Ting <ting.ye@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Build-tested-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
d176bb3c5c
commit
6c6452c6e2
|
@ -631,6 +631,7 @@ HttpBootSetHeader (
|
|||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
HttpIoNotifyDpc (
|
||||
IN VOID *Context
|
||||
)
|
||||
|
@ -646,6 +647,7 @@ HttpIoNotifyDpc (
|
|||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
HttpIoNotify (
|
||||
IN EFI_EVENT Event,
|
||||
IN VOID *Context
|
||||
|
|
Loading…
Reference in New Issue