iphlpapi: Report success in NotifyIpInterfaceChange.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47935 Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7dd3abe69f
commit
713f4568e6
|
@ -2758,7 +2758,7 @@ DWORD WINAPI NotifyIpInterfaceChange(ADDRESS_FAMILY family, PIPINTERFACE_CHANGE_
|
|||
FIXME("(family %d, callback %p, context %p, init_notify %d, handle %p): stub\n",
|
||||
family, callback, context, init_notify, handle);
|
||||
if (handle) *handle = NULL;
|
||||
return ERROR_NOT_SUPPORTED;
|
||||
return NO_ERROR;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue