ntdll: Fix NtDuplicateObject to only close the file descriptor if it's in the same...
commit3410354d61c3c2c6f9963dcec132d6560b1504d5
authorAlexandre Julliard <julliard@winehq.org>
Thu, 18 Jan 2007 11:18:51 +0000 (18 12:18 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 18 Jan 2007 11:18:51 +0000 (18 12:18 +0100)
tree40e16254c487b81025859b8389d1d99b00dedcbd
parent027491f6af1ca919f9c1d20995e3e150e03bc978
ntdll: Fix NtDuplicateObject to only close the file descriptor if it's in the same process.
dlls/ntdll/om.c
include/wine/server_protocol.h
server/handle.c
server/protocol.def
server/trace.c