crt: Add missing functions to dhcpcsvc Signed-off-by: Mark Harmstone <mark@harmstone.com> Signed-off-by: Martin Storsjö <martin@martin.st>
diff --git a/mingw-w64-crt/lib-common/dhcpcsvc.def b/mingw-w64-crt/lib-common/dhcpcsvc.def index a0a3c8f..2acfa25 100644 --- a/mingw-w64-crt/lib-common/dhcpcsvc.def +++ b/mingw-w64-crt/lib-common/dhcpcsvc.def
@@ -15,6 +15,7 @@ DhcpDeRegisterParamChange DhcpDelPersistentRequestParams DhcpEnableDhcp +DhcpEnableDhcpAdvanced DhcpEnableTracing DhcpEnumClasses DhcpEnumInterfaces @@ -35,6 +36,7 @@ DhcpGlobalTerminateEvent DATA DhcpHandlePnPEvent DhcpIsEnabled +DhcpIsMeteredDetected DhcpLeaseIpAddress DhcpLeaseIpAddressEx DhcpNotifyConfigChange
diff --git a/mingw-w64-crt/lib32/dhcpcsvc.def b/mingw-w64-crt/lib32/dhcpcsvc.def index d1e733c..e6cb1ad 100644 --- a/mingw-w64-crt/lib32/dhcpcsvc.def +++ b/mingw-w64-crt/lib32/dhcpcsvc.def
@@ -11,6 +11,7 @@ DhcpDeRegisterParamChange@12 DhcpDelPersistentRequestParams@8 DhcpEnableDhcp@8 +DhcpEnableDhcpAdvanced@24 DhcpEnableTracing@4 DhcpEnumClasses@16 DhcpEnumInterfaces@4 @@ -31,6 +32,7 @@ DhcpGlobalTerminateEvent DATA DhcpHandlePnPEvent@20 DhcpIsEnabled@8 +DhcpIsMeteredDetected@8 DhcpLeaseIpAddress@24 DhcpLeaseIpAddressEx@32 DhcpNotifyConfigChange@28