- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
authorVitaliy Margolen <wine-patch@kievinfo.com>
Thu, 27 Oct 2005 18:30:37 +0000 (18:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 27 Oct 2005 18:30:37 +0000 (18:30 +0000)
commita996000ad5adcaccbae4fdc55823d85b440f06dc
tree54caedcc0dd237340391a1a6c9fd25d0f61bce3f
parenta0fb866294b85cc92d0d1c48d98bec02b47ad2fa
- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
  inherit flag.
- Pass DesiredAccess to the server when creating mailslot.
16 files changed:
dlls/ntdll/file.c
dlls/ntdll/sync.c
dlls/ntdll/virtual.c
include/wine/server_protocol.h
server/event.c
server/handle.c
server/handle.h
server/mailslot.c
server/mapping.c
server/mutex.c
server/named_pipe.c
server/protocol.def
server/semaphore.c
server/timer.c
server/trace.c
server/winstation.c