server: Implement the open_file method for named pipes.
commitde1866d4fd6a19317014ce94e5bbfdd0dae7cc4b
authorAlexandre Julliard <julliard@winehq.org>
Thu, 22 Mar 2007 15:47:46 +0000 (22 16:47 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 22 Mar 2007 15:47:46 +0000 (22 16:47 +0100)
tree2444ee702d75f3fa091ab7836b171bc47657efec
parent806bb49edaf60182ca6d464262949a3004be7930
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
include/wine/server_protocol.h
server/named_pipe.c
server/protocol.def
server/request.h
server/trace.c