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