Commit: https://github.com/tianocore/edk2/commit/6c6452c6e23a89be0e565501500e83c136e3fcbd
Thanks, Jiaxin > -----Original Message----- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Thursday, February 16, 2017 5:58 PM > To: Wu, Jiaxin <jiaxin...@intel.com>; edk2-de...@ml01.01.org > Cc: Gerd Hoffmann <kra...@redhat.com>; Ye, Ting <ting...@intel.com>; Fu, > Siyuan <siyuan...@intel.com> > Subject: Re: [Patch] NetworkPkg/HttpBootDxe: Declare the functions as > EFIAPI to pass the GCC build > > On 02/16/17 02:19, Jiaxin Wu wrote: > > Cc: Laszlo Ersek <ler...@redhat.com> > > Cc: Gerd Hoffmann <kra...@redhat.com> > > Cc: Ye Ting <ting...@intel.com> > > Cc: Fu Siyuan <siyuan...@intel.com> > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Wu Jiaxin <jiaxin...@intel.com> > > --- > > NetworkPkg/HttpBootDxe/HttpBootSupport.c | 2 ++ > > 1 file changed, 2 insertions(+) > > Reviewed-by: Laszlo Ersek <ler...@redhat.com> > Build-tested-by: Laszlo Ersek <ler...@redhat.com> > > Thanks! > Laszlo > > > > > diff --git a/NetworkPkg/HttpBootDxe/HttpBootSupport.c > b/NetworkPkg/HttpBootDxe/HttpBootSupport.c > > index d786d72..e831df9 100644 > > --- a/NetworkPkg/HttpBootDxe/HttpBootSupport.c > > +++ b/NetworkPkg/HttpBootDxe/HttpBootSupport.c > > @@ -629,10 +629,11 @@ HttpBootSetHeader ( > > > > @param[in] Context The opaque parameter to the function. > > > > **/ > > VOID > > +EFIAPI > > HttpIoNotifyDpc ( > > IN VOID *Context > > ) > > { > > *((BOOLEAN *) Context) = TRUE; > > @@ -644,10 +645,11 @@ HttpIoNotifyDpc ( > > @param[in] Event The event signaled. > > @param[in] Context The opaque parameter to the function. > > > > **/ > > VOID > > +EFIAPI > > HttpIoNotify ( > > IN EFI_EVENT Event, > > IN VOID *Context > > ) > > { > > _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel