20 Oct
2025
20 Oct
'25
9:28 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/mshtml_private.h:
} \ DISPEX_IDISPATCH_NOUNK_IMPL(prefix, iface_name, dispex)
+struct CollectionEnum { + IEnumVARIANT IEnumVARIANT_iface; + LONG ref; + + DispatchEx *collection; + ULONG iter; +};
This doesn't need to be in the header, please move it to `dispex.c`. Also something like `EnumVARIANT` for the name would be more descriptive. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9136#note_119105