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