28 Jul
2025
28 Jul
'25
9:49 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/misc.c:
ok( hwnd != NULL, "Failed to create window for class %s.\n", name ); GetClassNameA(hwnd, buff, ARRAY_SIZE(buff)); ok( !strcmp(name, buff), "Unexpected class name %s, expected %s.\n", buff, name ); + + objid = SendMessageA(hwnd, WM_GETOBJECT, 0, OBJID_QUERYCLASSNAMEIDX);
All the OBJID_QUERYCLASSNAMEIDX tests previously added in other files can be deleted now. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8566#note_111139