[PATCH 9/9] win32u: Move NtUserFindWindowEx implementation from user32.
19 Apr
2022
19 Apr
'22
2:34 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/win.c | 61 +++++++---------------------------------- dlls/win32u/syscall.c | 1 + dlls/win32u/win32u.spec | 2 +- dlls/win32u/window.c | 49 +++++++++++++++++++++++++++++++++ dlls/wow64win/syscall.h | 1 + dlls/wow64win/user.c | 16 +++++++++++ include/ntuser.h | 2 ++ 7 files changed, 80 insertions(+), 52 deletions(-)
1424
Age (days ago)
1424
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Jacek Caban