-
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.