Jacek Caban : win32u: Move GetWindowLong implementation from user32.
Module: wine Branch: master Commit: d174cb22944e2ec90bfdf268af94b11e7f81136b URL: https://source.winehq.org/git/wine.git/?a=commit;h=d174cb22944e2ec90bfdf268a... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Mar 8 14:23:52 2022 +0100 win32u: Move GetWindowLong 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/win.c | 166 ++++-------------------------- dlls/user32/win.h | 10 -- dlls/win32u/class.c | 2 +- dlls/win32u/ntuser_private.h | 11 ++ dlls/win32u/window.c | 237 +++++++++++++++++++++++++++++++++++++++++++ include/ntuser.h | 5 + 6 files changed, 274 insertions(+), 157 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d174cb22944e2ec90bfdf...
participants (1)
-
Alexandre Julliard