https://bugs.winehq.org/show_bug.cgi?id=41034
--- Comment #17 from Hanno Meyer-Thurow h.mth@web.de --- Now I see this error: 0035:err:iphlpapi:NotifyAddrChange Could not create interface monitoring socket.
I wonder what is wrong with this: SERVER_START_REQ( create_socket ) { req->family = PF_NETLINK; req->type = SOCK_RAW; req->protocol = NETLINK_ROUTE; req->access = GENERIC_READ|SYNCHRONIZE; req->attributes = OBJ_INHERIT; req->flags = WSA_FLAG_OVERLAPPED; status = wine_server_call( req ); *h = wine_server_ptr_handle( reply->handle ); } SERVER_END_REQ;