Module: wine Branch: master Commit: 484b78bda01b4943023cae859271aa32b949c6ae URL: https://source.winehq.org/git/wine.git/?a=commit;h=484b78bda01b4943023cae859...
Author: Zebediah Figura zfigura@codeweavers.com Date: Sun Sep 12 16:07:51 2021 -0500
ntoskrnl: Report the initial status of an IRP separately from the IOSB status.
Based on a patch by Chip Davis.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=30155 Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntoskrnl.exe/ntoskrnl.c | 22 ++++++++--------- dlls/ntoskrnl.exe/tests/ntoskrnl.c | 49 ++++++++++++++++---------------------- include/wine/server_protocol.h | 4 ++-- server/async.c | 38 ++++++++++++++++++++++------- server/device.c | 31 +++++++++++++++++------- server/file.h | 2 ++ server/protocol.def | 1 + server/request.h | 3 ++- server/trace.c | 1 + 9 files changed, 91 insertions(+), 60 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=484b78bda01b4943023ca...