[PATCH 5/9] win32u: Move NtUserVkKeyScanEx implementation from user32.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/driver.c | 7 +--- dlls/user32/input.c | 69 ++---------------------------------- dlls/user32/user32.spec | 2 +- dlls/win32u/driver.c | 6 ++++ dlls/win32u/gdiobj.c | 1 + dlls/win32u/input.c | 66 ++++++++++++++++++++++++++++++++++ dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 1 + dlls/win32u/wrappers.c | 5 +++ 9 files changed, 84 insertions(+), 75 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=101989 Your paranoid android. === debiant2 (32 bit Chinese:China report) === user32: msg.c:15143: Test failed: bad time 8d819fb win.c:11084: Test failed: 005600D6: expected prev 00610118, got 00000000 win.c:11098: Test failed: hwnd should NOT be topmost win.c:11100: Test failed: 005600D6: expected NOT topmost win.c:11044: Test failed: 1: hwnd 005600D6 is still topmost
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin