[PATCH 6/9] win32u: Move NtUserMapVirtualKeyEx implementation from user32.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/driver.c | 7 +- dlls/user32/input.c | 106 +----------------------- dlls/user32/user32.spec | 2 +- dlls/win32u/driver.c | 6 ++ dlls/win32u/gdiobj.c | 1 + dlls/win32u/input.c | 156 +++++++++++++++++++++++++++++++++++ dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 1 + dlls/win32u/wrappers.c | 5 ++ 9 files changed, 174 insertions(+), 112 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=101990 Your paranoid android. === debiant2 (64 bit WoW report) === user32: win.c:10414: Test failed: Expected foreground window 0, got 00000000017700B4 win.c:10420: Test failed: Expected foreground window 00000000000D0126, got 00000000017700B4
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin