[PATCH v2 07/11] win32u: Move NtUserGetAncestor implementation from user32.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/defwnd.c | 4 +- dlls/user32/desktop.c | 2 +- dlls/user32/driver.c | 2 +- dlls/user32/focus.c | 6 +- dlls/user32/menu.c | 2 +- dlls/user32/message.c | 2 +- dlls/user32/nonclient.c | 6 +- dlls/user32/painting.c | 4 +- dlls/user32/user32.spec | 2 +- dlls/user32/win.c | 63 +------------------- dlls/user32/winpos.c | 26 ++++---- dlls/win32u/syscall.c | 1 + dlls/win32u/win32u.spec | 2 +- dlls/win32u/window.c | 129 ++++++++++++++++++++++++++++++++++++++++ dlls/wow64win/syscall.h | 1 + dlls/wow64win/user.c | 8 +++ include/ntuser.h | 1 + 17 files changed, 170 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=110077 Your paranoid android. === debian11 (32 bit report) === user32: menu.c:2337: Test failed: test 25
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin