[PATCH 1/7] win32u: Move set_window_style implementation from user32.
16 Mar
2022
16 Mar
'22
2:34 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/message.c | 3 -- dlls/user32/win.c | 49 +++--------------------------- dlls/win32u/driver.c | 1 + dlls/win32u/message.c | 3 ++ dlls/win32u/win32u_private.h | 1 + dlls/win32u/window.c | 59 ++++++++++++++++++++++++++++++++++++ include/ntuser.h | 1 + 7 files changed, 69 insertions(+), 48 deletions(-)
1458
Age (days ago)
1458
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Jacek Caban