Alexandre Julliard : server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server.
Module: wine Branch: master Commit: 3684dc181c661eed8f1d5c3872d6be7874efeb3c URL: http://source.winehq.org/git/wine.git/?a=commit;h=3684dc181c661eed8f1d5c3872... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Apr 17 22:07:07 2007 +0200 server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server. --- dlls/kernel32/tests/pipe.c | 3 + dlls/ntdll/file.c | 18 +------ include/wine/server_protocol.h | 20 +------- server/named_pipe.c | 104 +++++++++++++++++++++++---------------- server/protocol.def | 9 ---- server/request.h | 2 - server/trace.c | 17 +------ 7 files changed, 69 insertions(+), 104 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3684dc181c661eed8f1d5c...
participants (1)
-
Alexandre Julliard