6 Jun
2025
6 Jun
'25
1:44 p.m.
On Fri Jun 6 12:46:08 2025 +0000, Rémi Bernon wrote:
In that case let's remove the `make_shortname` helper which would not be needed and add something like this to skip p-ifaces in the step1/step2 TYPE_INTERFACE cases: ``` if (type->signature && !strncmp( type->signature, "pinterface", 10 )) { fprintf( stderr, "Ingoring unsupported %s parameterized interface\n", type->name ); break; } ``` Done, thanks.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8222#note_105651