March 29, 2026
4:26 a.m.
Add error productions in PropertyDecl that detect when Property Let or Property Set is declared without a parameter list. Windows returns error 1054 (Property Let/Set needs at least one argument) in this case. Previously Wine fell through to the generic E_FAIL path, returning error code 16389. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10491