ChangeSet ID: 1016916232174142272750945 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/03/23 14:43:52
Modified files: dlls/winsock : Makefile.in socket.c include : winsock.h include/wine : server_protocol.h server : protocol.def queue.c sock.c trace.c user.h window.c
Log message: Send message for WSAAsyncSelect sockets directly from the server, instead of using the service thread. Finished separation of ws2_32.
Patch: http://cvs.winehq.com/patch.py?id=1016916232174142272750945
Revision Changes Path 1.13 +3 -1 wine/dlls/winsock/Makefile.in 1.84 +22 -154 wine/dlls/winsock/socket.c 1.41 +0 -1 wine/include/winsock.h 1.29 +6 -5 wine/include/wine/server_protocol.h 1.30 +5 -4 wine/server/protocol.def 1.24 +31 -0 wine/server/queue.c 1.28 +105 -93 wine/server/sock.c 1.127 +3 -2 wine/server/trace.c 1.7 +3 -0 wine/server/user.h 1.14 +7 -0 wine/server/window.c