From 3858c58afad1e1cf84956917eae9f337e8820e56 Mon Sep 17 00:00:00 2001 From: Fu Siyuan Date: Fri, 23 Jun 2017 09:08:47 +0800 Subject: [PATCH] NetworkPkg: Fix GCC build issue. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan Reviewed-by: Wu Jiaxin --- NetworkPkg/HttpBootDxe/HttpBootImpl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/NetworkPkg/HttpBootDxe/HttpBootImpl.c b/NetworkPkg/HttpBootDxe/HttpBootImpl.c index 56f5babeb4..63cf3960a9 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootImpl.c +++ b/NetworkPkg/HttpBootDxe/HttpBootImpl.c @@ -630,6 +630,7 @@ EFI_LOAD_FILE_PROTOCOL gHttpBootDxeLoadFile = { @retval EFI_ABORTED Tells the HTTP Boot driver to abort the current HTTP Boot process. **/ EFI_STATUS +EFIAPI HttpBootCallback ( IN EFI_HTTP_BOOT_CALLBACK_PROTOCOL *This, IN EFI_HTTP_BOOT_CALLBACK_DATA_TYPE DataType,