13 Oct
2025
13 Oct
'25
9:32 a.m.
Vijay Kiran Kamuju (@infyquest) commented about dlls/comctl32/comctl32.h:
extern void STATIC_Register(void); extern void STATUS_Register(void); extern void STATUS_Unregister(void); +#if __WINE_COMCTL32_VERSION == 6 extern void SYSLINK_Register(void); +#endif extern void SYSLINK_Unregister(void); Shouldn't we also put the unregister under the version define, as we are doing it in the other parts of the code
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9150#note_118355