12 Aug
2024
12 Aug
'24
10:11 p.m.
Elizabeth Figura (@zfigura) commented about dlls/shell32/enumobjects.c:
struct enum_objects { - IEnumObjects IEnumObjects_iface; - LONG ref; + IEnumObjects IEnumObjects_iface; + IObjectCollection IObjectCollection_iface; + LONG ref;
Let's avoid tabs in new code, please. Also, generally we don't align field names like that anymore. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6130#note_78494