[PATCH 2/6] server: Don't use IRP_MJ_* constants for ntoskrnl.exe communication.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/ntoskrnl.exe/ntoskrnl.c | 59 ++++++++++-------------------------- server/device.c | 44 ++++++++++++++------------- server/protocol.def | 30 ++++++++++++------ server/trace.c | 38 ++++++++++++----------- 4 files changed, 80 insertions(+), 91 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=51786 Your paranoid android. === debian9 (64 bit WoW report) === ntoskrnl.exe: driver.c:655: Test failed: got 0 driver.c:669: Test failed: got 0 driver.c:672: Test failed: got 0x102 driver.c:681: Test failed: got 0 driver.c:684: Test failed: got 0x102
participants (2)
-
Jacek Caban -
Marvin