Module: wine Branch: master Commit: 298a1b296baebf33df08c3dc3dbc0893a7d90d65 URL: https://source.winehq.org/git/wine.git/?a=commit;h=298a1b296baebf33df08c3dc3...
Author: Zebediah Figura zfigura@codeweavers.com Date: Wed Sep 1 17:28:41 2021 -0500
server: Move the STATUS_ALERTED logic from async_request_complete() to async_terminate().
In particular, don't mark asyncs with output data as "alerted", i.e. restartable.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntoskrnl.exe/tests/ntoskrnl.c | 48 ++++++++++++++++++++++++-------------- server/async.c | 17 +++++++++----- 2 files changed, 41 insertions(+), 24 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=298a1b296baebf33df08c...