[Bug 47879] Proprietary application fails to start

WineHQ Bugzilla wine-bugs at winehq.org
Fri Nov 15 10:13:52 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=47879

--- Comment #6 from Hin-Tak Leung <htl10 at 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;
 }

 /***********************************************************************

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list