Fixed GCC 4.4 build issue. All protocols and public interfaces must specify EFIAPI to enforce the expected calling convention.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10378 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
geekboy15a 2010-04-16 22:40:15 +00:00
parent 4e57f24098
commit 66c95e799a
1 changed files with 2 additions and 2 deletions

View File

@ -321,7 +321,7 @@ typedef struct {
**/
typedef
EFI_STATUS
(*EFI_DHCP6_CALLBACK)(
(EFIAPI *EFI_DHCP6_CALLBACK)(
IN EFI_DHCP6_PROTOCOL *This,
IN VOID *Context,
IN EFI_DHCP6_STATE CurrentState,
@ -400,7 +400,7 @@ typedef struct {
**/
typedef
EFI_STATUS
(*EFI_DHCP6_INFO_CALLBACK)(
(EFIAPI *EFI_DHCP6_INFO_CALLBACK)(
IN EFI_DHCP6_PROTOCOL *This,
IN VOID *Context,
IN EFI_DHCP6_PACKET *Packet