[PATCH 2/6] win32u: Move call_current_hook implementation from user32.
25 Feb
2022
25 Feb
'22
3:02 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/hook.c | 46 +++++-------- dlls/user32/message.c | 13 +--- dlls/user32/user_main.c | 2 + dlls/user32/user_private.h | 16 ++--- dlls/win32u/hook.c | 121 ++++++++++++++++++++++++++++++++++- dlls/win32u/message.c | 8 +++ dlls/win32u/ntuser_private.h | 7 ++ dlls/win32u/win32u_private.h | 1 + include/ntuser.h | 19 +++++- 9 files changed, 179 insertions(+), 54 deletions(-)
1389
Age (days ago)
1389
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Jacek Caban