31 May
2024
31 May
'24
4:29 p.m.
Gabriel Ivăncescu (@insn) commented about dlls/mshtml/mshtml_private.h:
/* Similar to get_dispid, but called only when a dynamic property can't be found */ HRESULT (*find_dispid)(DispatchEx*,BSTR,DWORD,DISPID*);
+ /* Similar to get_dispid, but called called before any other lookup */
Minor typo: extra "called" in comment. I've been trying to gauge what it would take to use this in my proxy patches, and it seems doable at a glance. Though I might have to add a method for retrieving "jscript flags" of custom props. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5766#note_71931