March 11, 2026
11:05 a.m.
GetScriptDispatch(L"") should return the global dispatch object, same as GetScriptDispatch(NULL). Currently it returns E_INVALIDARG. Fix for both jscript and vbscript. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59504 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10300