March 18, 2026
8:28 p.m.
When a named item (REF_OBJ) is called with arguments, invoke its default property (DISPID_VALUE) instead of returning E_NOTIMPL. This is needed for patterns like PlayerScores(0).SetValue(1000) where PlayerScores is a named IDispatch object with a default indexed property. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53889 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10367