https://bugs.winehq.org/show_bug.cgi?id=47879
--- Comment #6 from Hin-Tak Leung htl10@users.sourceforge.net --- No improvement (nor noticeable difference) modifying InitNetworkAddressControl() to return TRUE. As below.
$ git describe wine-4.19-334-ga63a98c388
$ git diff diff --git a/dlls/shell32/shell32_main.c b/dlls/shell32/shell32_main.c index 034805f6fb..6684f642c8 100644 --- a/dlls/shell32/shell32_main.c +++ b/dlls/shell32/shell32_main.c @@ -1210,7 +1210,7 @@ BOOL WINAPI ExtractVersionResource16W(LPWSTR s, DWORD d) BOOL WINAPI InitNetworkAddressControl(void) { FIXME("stub\n"); - return FALSE; + return TRUE; }
/***********************************************************************