April 24, 2026
1:59 p.m.
Jacek Caban (@jacek) commented about dlls/vbscript/global.c:
TRACE("%s\n", args_cnt ? debugstr_variant(args) : "()");
- if(!args_cnt) { - This->ctx->lcid = This->ctx->host_lcid; - return return_int(res, old_lcid); - }
Please avoid refactoring a function implemented in the earlier commit, it's an unnecessary diff. It seems that this refactoring is no longer needed, but if you prefer this version, you may modify it in the first commit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10504#note_137601