diff options
-rw-r--r-- | MdePkg/Include/Protocol/Dhcp6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/Dhcp6.h b/MdePkg/Include/Protocol/Dhcp6.h index a7d0c57655..ed3c9c914a 100644 --- a/MdePkg/Include/Protocol/Dhcp6.h +++ b/MdePkg/Include/Protocol/Dhcp6.h @@ -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
|