Module: wine Branch: master Commit: 5bcb9d12631769e9d980151399f059805dc37dc3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5bcb9d12631769e9d98015139...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Apr 6 11:10:45 2022 +0200
win32u: Move process_hardware_message implementation from user32.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/message.c | 395 +------------------------------------------ dlls/user32/user_main.c | 3 +- dlls/user32/user_private.h | 4 +- dlls/win32u/message.c | 393 +++++++++++++++++++++++++++++++++++++++++- dlls/win32u/ntuser_private.h | 4 +- dlls/win32u/win32u_private.h | 4 + dlls/win32u/window.c | 8 +- 7 files changed, 405 insertions(+), 406 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5bcb9d12631769e9d9801...