https://bugs.winehq.org/show_bug.cgi?id=43315 Sebastian Golebniak <wnuczus(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wnuczus(a)gmail.com --- Comment #7 from Sebastian Golebniak <wnuczus(a)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.