March 28, 2026
7:47 p.m.
When Loop or Next appear outside their enclosing Do/For blocks, Windows returns specific error codes: 1038 ("loop without do") and 1055 ("unexpected Next"). Detect these tokens in parser_error() and set the proper HRESULT instead of the generic E_FAIL. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10485