[Bug 43315] Steam fails to start [After update 07/10/2017]

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 11 09:48:33 CDT 2017


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

Sebastian Golebniak <wnuczus at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wnuczus at gmail.com

--- Comment #7 from Sebastian Golebniak <wnuczus at gmail.com> ---
I am newbie in Wine. How can i use fix

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index f212ec2..107e2bb 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -4907,6 +4907,7 @@ INT WINAPI WSAIoctl(SOCKET s, DWORD code, LPVOID in_buff,
DWORD in_size, LPVOID
         {
             TRACE("-> got %s\n", guid_funcs[i].name);
             *(void **)out_buff = guid_funcs[i].func_ptr;
+            total = sizeof(void*);
             break;
         }


?

Where have i past it?

-- 
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