16 Sep
2025
16 Sep
'25
2:36 p.m.
Rémi Bernon (@rbernon) commented about tools/widl/proxy.c:
int first_func = 1; int needs_stub_thunks = 0; int needs_inline_stubs = need_inline_stubs( iface ) || need_delegation( iface ); + const char *name = iface->c_name ? iface->c_name : iface->name;
const char *name = type_get_name( iface, NAME_C, false );
Same thing below. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8910#note_115979