[PATCH 1/2] server: Added server side named pipe read and write implementation and use it for message mode pipes.

Jacek Caban jacek at codeweavers.com
Wed Mar 1 07:23:01 CST 2017


Fixed pipe_end_peek as spotted by Sebastian.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
 dlls/kernel32/tests/pipe.c |  28 ++-
 dlls/ntdll/file.c          |   7 +-
 dlls/ntdll/tests/file.c    |   2 +-
 server/async.c             |   9 +
 server/file.h              |   1 +
 server/named_pipe.c        | 458
++++++++++++++++++++++++++++++++++++++++++---
 6 files changed, 459 insertions(+), 46 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-server-Added-server-side-named-pipe-read-and-write-im.diff
Type: text/x-patch
Size: 33610 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20170301/369945c0/attachment-0001.bin>


More information about the wine-patches mailing list