Alexandre Julliard : server: Implement the open_file method for mailslots.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 23 08:36:20 CDT 2007


Module: wine
Branch: master
Commit: 806bb49edaf60182ca6d464262949a3004be7930
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=806bb49edaf60182ca6d464262949a3004be7930

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Mar 22 16:36:54 2007 +0100

server: Implement the open_file method for mailslots.

Get rid of the open_mailslot request, we can now use a normal open_file_object.

---

 dlls/ntdll/file.c              |   23 --------
 include/wine/server_protocol.h |   22 +-------
 server/mailslot.c              |  119 ++++++++++++++--------------------------
 server/protocol.def            |   12 ----
 server/request.h               |    2 -
 server/trace.c                 |   18 ------
 6 files changed, 43 insertions(+), 153 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=806bb49edaf60182ca6d464262949a3004be7930



More information about the wine-cvs mailing list