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?