Zebediah Figura : server: Introduce a helper to fill an iosb and terminate the async.
Module: wine Branch: master Commit: 96593370cd7b1ec127270a1c4a95d055baf532c8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=96593370cd7b1ec127270a1c4... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Wed Sep 1 17:28:38 2021 -0500 server: Introduce a helper to fill an iosb and terminate the async. For convenience, and to centralize the STATUS_ALERTED logic into one place. Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- server/async.c | 29 +++++++++++++ server/console.c | 51 ++++++++-------------- server/device.c | 14 +++--- server/file.h | 2 + server/named_pipe.c | 4 +- server/sock.c | 121 ++++++++++++++++++++++------------------------------ 6 files changed, 105 insertions(+), 116 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=96593370cd7b1ec127270...
participants (1)
-
Alexandre Julliard