6 Jul
2023
6 Jul
'23
8:19 a.m.
Rémi Bernon (@rbernon) commented about dlls/windows.networking.hostname/hostname.c:
struct hostname { IActivationFactory IActivationFactory_iface; + IHostName IHostName_iface; LONG ref; }; If you add a test you will see that the `IActivationFactory` object doesn't implement `IHostName`, so it would be a separate struct. I think it should be added at the same time you implement `CreateHostName` as it is what will create instances of it.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3249#note_38109