Module: wine Branch: master Commit: 1b847dff822bb3f43d3a82b1c08e97192372c431 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1b847dff822bb3f43d3a82b1c...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Mar 16 15:35:25 2022 +0100
win32u: Move NtUsetSetWindowLong 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/driver.c | 7 +- dlls/user32/message.c | 2 - dlls/user32/user32.spec | 2 +- dlls/user32/win.c | 307 +---------------------------------------- dlls/user32/win.h | 1 - dlls/win32u/class.c | 11 ++ dlls/win32u/gdiobj.c | 3 + dlls/win32u/message.c | 2 + dlls/win32u/ntuser_private.h | 1 + dlls/win32u/win32u.spec | 6 +- dlls/win32u/win32u_private.h | 5 + dlls/win32u/window.c | 317 +++++++++++++++++++++++++++++++++++++++++++ dlls/win32u/wrappers.c | 18 +++ include/ntuser.h | 3 + 14 files changed, 369 insertions(+), 316 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1b847dff822bb3f43d3a8...