25 Jul
2023
25 Jul
'23
12:45 p.m.
Gabriel Ivăncescu (@insn) commented about dlls/mshtml/mshtml_private.h:
typedef struct DispatchEx DispatchEx;
+/** + * vtable for DispatchEx, used for overriding default implementation of IDispatchEx, except for + * those specifically noted. + */ typedef struct { + /* Handler for `InvokeEx` with specifically DISPID_VALUE dispid. */
These comments should go in a separate MR though. Not sure how useful the one for value is, since it's used in one place so it can be looked up. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3391#note_40135