wine/ dlls/kernel/sync.c include/wine/server_p ...
ChangeSet ID: 998609361853386810980737 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine2. 01/08/23 19:29:21 Modified files: dlls/kernel : sync.c include/wine : server_protocol.h server : named_pipe.c protocol.def request.h trace.c Log message: Mike McCormack <mike_mccormack(a)start.com.au> Implement WaitNamedPipe and DisconnectNamedPipe. Add a state for each pipe handle in the server. Create a socket on when the pipe is opened, not before. Patch: http://cvs.winehq.com/patch.py?id=998609361853386810980737 Revision Changes Path 1.14 +75 -26 wine/dlls/kernel/sync.c 1.3 +23 -1 wine/include/wine/server_protocol.h 1.3 +155 -49 wine/server/named_pipe.c 1.3 +14 -0 wine/server/protocol.def 1.50 +4 -0 wine/server/request.h 1.98 +19 -0 wine/server/trace.c
participants (1)
-
Alexandre Julliard