23 Dec
2025
23 Dec
'25
6:06 p.m.
Nikolay Sivov (@nsivov) commented about dlls/comctl32/commctrl.c:
static const WCHAR strCC32SubclassInfo[] = L"CC32SubclassInfo";
+static struct +{ + const WCHAR *name; + void (*fn_register)(void); + void (*fn_after_unregister)(void);
Is it a problem to do DestroyIcon() in DllMain? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9822#note_126066