March 19, 2026
8:40 p.m.
When a variable holding a dispatch object is called with empty parentheses (e.g. x()), invoke the object's default property (DISPID_VALUE) instead of returning the dispatch object by reference. This matches the behavior of Windows VBScript. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10387