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>
stable
Joseph Kogut 2019-10-14 19:25:39 -07:00 committed by Alexandre Julliard
parent 7dd3abe69f
commit 713f4568e6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}