Piotr Caban (@piotr) commented about dlls/vccorlib140/tests/vccorlib.c:
}}
+struct tostring_impl +{
- IUnknown IUnknown_iface;
- IInspectable IInspectable_iface;
- IStringable IStringable_iface;
Threre's no need to add all of these interfaces separately (please add only IStringtable and hide some interfaces in QueryInterface implementation).