Jacek Caban : win32u: Move process_sent_messages implementation from user32.
Module: wine Branch: master Commit: 6badbee323cc4fbe884381d88a14041b1cd86f3d URL: https://source.winehq.org/git/wine.git/?a=commit;h=6badbee323cc4fbe884381d88... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Thu Mar 31 15:36:39 2022 +0200 win32u: Move process_sent_messages implementation from user32. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/user32/message.c | 11 +- dlls/user32/user_main.c | 3 + dlls/user32/user_private.h | 6 +- dlls/user32/winproc.c | 6 + dlls/win32u/message.c | 392 ++++++++++++++++++++++++++++++++++++++++++- dlls/win32u/ntuser_private.h | 6 + dlls/win32u/sysparams.c | 10 ++ dlls/win32u/win32u_private.h | 2 + include/ntuser.h | 12 ++ 9 files changed, 440 insertions(+), 8 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6badbee323cc4fbe88438...
participants (1)
-
Alexandre Julliard