16 Oct
2025
16 Oct
'25
6:47 p.m.
Nikolay Sivov (@nsivov) commented about dlls/comctl32/tests/misc.c:
winetest_pop_context(); }
+static void test_CCM_SETVERSION(BOOL v6) +{ + unsigned int i, j; + LRESULT lr; + HWND hwnd; + + static const char *class_names[] = + { + WC_LISTVIEWA, + REBARCLASSNAMEA, + TOOLBARCLASSNAMEA, + };
Is it only supported for those three controls? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9191#note_118762