server: Implement the open_file method for mailslots.
commit806bb49edaf60182ca6d464262949a3004be7930
authorAlexandre Julliard <julliard@winehq.org>
Thu, 22 Mar 2007 15:36:54 +0000 (22 16:36 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 22 Mar 2007 15:36:54 +0000 (22 16:36 +0100)
tree08b6b5d8e71e6b4db5cafe8c9c2031b03be8ee55
parentee478bbada340f3bcedfb5aaca0246be74a74140
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
include/wine/server_protocol.h
server/mailslot.c
server/protocol.def
server/request.h
server/trace.c