March 20, 2026
1:24 p.m.
Jacek Caban (@jacek) commented about dlls/vbscript/interp.c:
release_val(&l); } release_val(&r); + if(hres == DISP_E_DIVBYZERO) + return MAKE_VBSERROR(VBSE_DIVISION_BY_ZERO);
Could we do that in `map_vbs_exception` instead? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10400#note_133013