Module: wine Branch: master Commit: de1866d4fd6a19317014ce94e5bbfdd0dae7cc4b URL: http://source.winehq.org/git/wine.git/?a=commit;h=de1866d4fd6a19317014ce94e5...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 22 16:47:46 2007 +0100
server: Implement the open_file method for named pipes.
Get rid of the open_named_pipe request, we can now use a normal open_file_object.
---
dlls/ntdll/file.c | 23 ------ include/wine/server_protocol.h | 22 +------ server/named_pipe.c | 146 ++++++++++++++++++---------------------- server/protocol.def | 12 --- server/request.h | 2 - server/trace.c | 18 ----- 6 files changed, 67 insertions(+), 156 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=de1866d4fd6a19317014ce...