29 Jun
2023
29 Jun
'23
7:56 a.m.
Rémi Bernon (@rbernon) commented about dlls/windows.devices.geolocation.geolocator/main.c:
return E_NOTIMPL; }
+static const struct IActivationFactoryVtbl factory_vtbl; + static HRESULT WINAPI factory_ActivateInstance(IActivationFactory *iface, IInspectable **instance)
Also, would be nice to add a few tests for this class, specifically checking all the interfaces you implement. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3189#note_37269