10 Nov
2025
10 Nov
'25
11:44 a.m.
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). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9403#note_121332