- moved named pipe creation to ntdll
commit5a2591d96daafe85f4067edc0592036d4cefc47b
authorEric Pouech <pouech-eric@wanadoo.fr>
Mon, 18 Apr 2005 14:57:04 +0000 (18 14:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Apr 2005 14:57:04 +0000 (18 14:57 +0000)
treeb2d5304e234c877562070b53249afc02f5b67cd3
parent267f85b0acf652585fca2c549392af222e97abd7
- moved named pipe creation to ntdll
- server now handles the named pipe flags as the NTDLL values (not the
  KERNEL32 ones)
- named pipes in server now use the async IO mechanism for
  connect/wait ops
dlls/kernel/sync.c
dlls/ntdll/file.c
include/wine/server_protocol.h
include/winternl.h
server/named_pipe.c
server/protocol.def
server/trace.c