ntdll: Added a server_get_unix_fd function that avoids doing a dup() of the fd when...
authorAlexandre Julliard <julliard@winehq.org>
Fri, 3 Nov 2006 10:38:44 +0000 (11:38 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 3 Nov 2006 10:38:44 +0000 (11:38 +0100)
commit9ddb9294da45ef17c315b355f123bb2c635ba18b
treeb3361e504407566666973df4604d794319b661d2
parent7c38ff6adf4e3eb06f70af2c1846efeea69676da
ntdll: Added a server_get_unix_fd function that avoids doing a dup() of the fd when not required.
dlls/ntdll/cdrom.c
dlls/ntdll/directory.c
dlls/ntdll/file.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/serial.c
dlls/ntdll/server.c
dlls/ntdll/tape.c
dlls/ntdll/virtual.c