Module: wine Branch: master Commit: 6105a93be6f4c79e045a23b6efcd8ad3dd182b1c URL: http://source.winehq.org/git/wine.git/?a=commit;h=6105a93be6f4c79e045a23b6ef...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Apr 18 16:26:37 2007 +0200
server: Moved the FSCTL_PIPE_LISTEN implementation to the server.
---
dlls/ntdll/file.c | 39 ----------- include/wine/server_protocol.h | 17 +----- server/named_pipe.c | 146 +++++++++++++++++++++------------------- server/protocol.def | 6 -- server/request.h | 2 - server/trace.c | 11 +--- 6 files changed, 78 insertions(+), 143 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6105a93be6f4c79e045a23...