March 29, 2026
9:43 a.m.
When a reserved keyword like If appears after Dim where an identifier is expected (e.g. "Dim If"), Windows returns error 1010 ("expected identifier"). Add an error production in DimDeclList that sets the correct VBSE_EXPECTED_IDENTIFIER error code. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10495