Jacek Caban : win32u: Move NtUserGetMessage implementation from user32.
Module: wine Branch: master Commit: dda4b573ead715b6091c988f8ffb87395a957ddb URL: https://source.winehq.org/git/wine.git/?a=commit;h=dda4b573ead715b6091c988f8... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Thu Mar 31 15:37:04 2022 +0200 win32u: Move NtUserGetMessage 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 | 527 +------------------------------------------ dlls/win32u/gdiobj.c | 1 + dlls/win32u/message.c | 103 ++++++++- dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 1 + dlls/win32u/wrappers.c | 6 + include/ntuser.h | 1 + 7 files changed, 112 insertions(+), 529 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dda4b573ead715b6091c9...
participants (1)
-
Alexandre Julliard