18 Jun
2025
18 Jun
'25
11:31 a.m.
On Wed Jun 18 11:30:47 2025 +0000, Rémi Bernon wrote:
For instance something like that doesn't work, monodis asserts and ILSpy fails to resolve the method parameter types: ``` [ contract(Windows.Foundation.UniversalApiContract, 1.0), uuid(11111111-2222-3333-4444-555555555555), ] interface IWineInterface : IInspectable { void WineMethod([in] IUnknown *param); }; ``` Sure this should probably be generalized. I didn't get to imported types yet.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8340#note_107017