1 Aug
2023
1 Aug
'23
3:04 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/htmlimg.c:
return CONTAINING_RECORD(iface, HTMLImageElementFactory, dispex); }
+static void HTMLImageElementFactory_unlink(DispatchEx *dispex) +{ +}
Why do you need those empty functions? I can see that the plan is to make destructor mandatory, do you plan to make unlink mandatory as well? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3408#note_40945