Alexandre Julliard : server: Infrastructure to return a wait handle for blocking ioctls.
Module: wine Branch: master Commit: fd59e158a74dd399ecfdf95509fb3b52489e9bef URL: http://source.winehq.org/git/wine.git/?a=commit;h=fd59e158a74dd399ecfdf95509... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu May 3 17:43:18 2007 +0200 server: Infrastructure to return a wait handle for blocking ioctls. --- dlls/ntdll/file.c | 11 +++++++++++ include/wine/server_protocol.h | 4 +++- server/fd.c | 12 +++++++----- server/file.h | 8 ++++---- server/named_pipe.c | 34 ++++++++++++++++------------------ server/protocol.def | 2 ++ server/trace.c | 2 ++ 7 files changed, 45 insertions(+), 28 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=fd59e158a74dd399ecfdf9...
participants (1)
-
Alexandre Julliard