Module: wine Branch: master Commit: 4072ba5d8a893df73cc1f3ce48f290d07643a109 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4072ba5d8a893df73cc1f3ce4... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Apr 6 11:05:31 2022 +0200 win32u: Move NtUserPostMessage 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 | 673 +------------------------------------------ dlls/user32/user_main.c | 1 - dlls/win32u/gdiobj.c | 1 + dlls/win32u/message.c | 30 +- dlls/win32u/ntuser_private.h | 1 - dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 1 + dlls/win32u/wrappers.c | 6 + 8 files changed, 37 insertions(+), 678 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4072ba5d8a893df73cc1f...