Alexandre Julliard : server: Support for opening devices.
Module: wine Branch: refs/heads/master Commit: 67505c00af371ff3257a9a64df2e07cf45e5b39e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=67505c00af371ff3257a9a64... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Dec 12 14:27:45 2005 +0100 server: Support for opening devices. Added support for opening devices directly with the server when they don't correspond to a Unix file. --- dlls/kernel/file.c | 4 ++ dlls/ntdll/directory.c | 4 +- dlls/ntdll/file.c | 16 ++++++++++ include/wine/server_protocol.h | 22 +++++++++++++ server/fd.c | 66 ++++++++++++++++++++++++++++++++++++++-- server/file.h | 1 + server/protocol.def | 12 +++++++ server/request.h | 2 + server/trace.c | 19 ++++++++++++ 9 files changed, 140 insertions(+), 6 deletions(-)
participants (1)
-
Alexandre Julliard