April 10, 2026
4:05 a.m.
Jacek Caban (@jacek) commented about dlls/vbscript/vbscript_defs.h:
#define VBSE_SYNTAX_ERROR 1002 #define VBSE_EXPECTED_LPAREN 1005 #define VBSE_EXPECTED_RPAREN 1006 +#define VBSE_UNTERMINATED_IDENTIFIER 1007 The code looks good to me, but it's missing vbscript.rc string for that.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10579#note_135791