30 Jul
2025
30 Jul
'25
10:27 a.m.
Rémi Bernon (@rbernon) commented about tools/widl/parser.y:
if (!type_function_get_args(func->declspec.type)) return;
+ if (winrt_mode) + { + check_eventadd_args(func); + }
I don't think `check_remoting_args` is the right place for these checks, lets move them to `check_functions`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8670#note_111453