[PATCH 3/5] win32u: Move get_min_max_info implementation from user32.
17 Mar
2022
17 Mar
'22
2:28 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/user_main.c | 1 + dlls/user32/winpos.c | 92 ++-------------------------------- dlls/win32u/menu.c | 6 +++ dlls/win32u/ntuser_private.h | 1 + dlls/win32u/win32u_private.h | 3 ++ dlls/win32u/window.c | 97 ++++++++++++++++++++++++++++++++++++ include/ntuser.h | 1 + 7 files changed, 113 insertions(+), 88 deletions(-)
1457
Age (days ago)
1457
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban