Module: wine Branch: master Commit: ed693f5b3238c8791324cc29730661805538438a URL: https://gitlab.winehq.org/wine/wine/-/commit/ed693f5b3238c8791324cc297306618...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Jul 29 20:33:22 2022 +0200
win32u: Move builtin classes registration from user32.
---
dlls/user32/button.c | 13 ------ dlls/user32/class.c | 43 +------------------ dlls/user32/combo.c | 14 ------ dlls/user32/controls.h | 24 ----------- dlls/user32/dialog.c | 14 ------ dlls/user32/edit.c | 14 ------ dlls/user32/icontitle.c | 13 ------ dlls/user32/listbox.c | 27 ------------ dlls/user32/mdi.c | 14 ------ dlls/user32/menu.c | 13 ------ dlls/user32/misc.c | 10 ----- dlls/user32/scroll.c | 13 ------ dlls/user32/static.c | 14 ------ dlls/user32/user_main.c | 2 +- dlls/user32/user_private.h | 2 +- dlls/win32u/class.c | 104 ++++++++++++++++++++++++++++++++++++++++++++- include/ntuser.h | 2 +- 17 files changed, 107 insertions(+), 229 deletions(-)