13 Oct
2025
13 Oct
'25
1:53 p.m.
Nikolay Sivov (@nsivov) commented about dlls/comctl32/commctrl.c:
UnregisterClassA(classes[i], NULL);
#undef VERSION +#endif /* __WINE_COMCTL32_VERSION == 6 */ }
It's better to consolidate those checks as much as we can. For example unregister_versioned_class() does not have to exist for v5. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9150#note_118388