Alexandre Julliard pushed to branch master at wine / wine
Commits: 03dd577a by Zhiyi Zhang at 2025-10-15T17:19:41+02:00 comctl32/tests: Add RegisterClassNameW() tests.
- - - - - a48455c7 by Zhiyi Zhang at 2025-10-15T17:21:17+02:00 comctl32: Remove user32 control copies in comctl32 v5.
- - - - - 202987e7 by Zhiyi Zhang at 2025-10-15T17:21:37+02:00 comctl32/tests: Test v6 only exports.
- - - - - 872b5549 by Zhiyi Zhang at 2025-10-15T17:21:55+02:00 comctl32: Remove taskdialog from comctl32 v5.
- - - - - 277a8b0f by Zhiyi Zhang at 2025-10-15T17:22:17+02:00 comctl32: Remove syslink from comctl32 v5.
test_comctl32_classes() in comctl32 tests shows that syslink is not available in comctl32 v5. The syslink test in the test_comctl32_classes() in user32 tests is removed in this commit because it's not being tested properly. The broken() call at class.c#L1329 is hiding the failure on Windows.
- - - - - 894da036 by Zhiyi Zhang at 2025-10-15T17:22:23+02:00 comctl32: Remove v6 only exports.
HIMAGELIST_QueryInterface() is needed in SHGetImageList(). Leave it for now.
- - - - -
16 changed files:
- dlls/comctl32/Makefile.in - dlls/comctl32/comctl32.h - dlls/comctl32/comctl32.spec - dlls/comctl32/commctrl.c - dlls/comctl32/dpa.c - dlls/comctl32/dsa.c - dlls/comctl32/imagelist.c - dlls/comctl32/tests/misc.c - dlls/comctl32/button.c → dlls/comctl32_v6/button.c - dlls/comctl32/combo.c → dlls/comctl32_v6/combo.c - dlls/comctl32/edit.c → dlls/comctl32_v6/edit.c - dlls/comctl32/listbox.c → dlls/comctl32_v6/listbox.c - dlls/comctl32/static.c → dlls/comctl32_v6/static.c - dlls/comctl32/syslink.c → dlls/comctl32_v6/syslink.c - dlls/comctl32/taskdialog.c → dlls/comctl32_v6/taskdialog.c - dlls/user32/tests/class.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db2e157c68d5b1ced965e2ac90ecb9...