Vitaliy Margolen : ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Dec 14 05:23:30 CST 2005


Module: wine
Branch: refs/heads/master
Commit: b05340a52397e2474668920edee18eb8c8f34fb6
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=b05340a52397e2474668920edee18eb8c8f34fb6

Author: Vitaliy Margolen <wine-patch at kievinfo.com>
Date:   Wed Dec 14 11:14:02 2005 +0100

ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
Modify WaitNamedPipeW to use NtFsControlFile.
Replace struct overlapped with event.

---

 dlls/kernel/sync.c             |   95 +++++++++++++++++++++-------------------
 dlls/kernel/tests/pipe.c       |    2 -
 dlls/ntdll/file.c              |   44 +++++++++++++------
 include/wine/server_protocol.h |    5 +-
 include/winioctl.h             |    7 +++
 server/named_pipe.c            |   18 ++++----
 server/protocol.def            |    3 +
 server/trace.c                 |    3 +
 8 files changed, 108 insertions(+), 69 deletions(-)




More information about the wine-cvs mailing list