29 Jun
2023
29 Jun
'23
7:55 a.m.
Rémi Bernon (@rbernon) commented about dlls/windows.devices.geolocation.geolocator/main.c:
+ factory_QueryInterface, + factory_AddRef, + factory_Release, + /* IInspectable methods */ + factory_GetIids, + factory_GetRuntimeClassName, + factory_GetTrustLevel, + /* IActivationFactory methods */ + factory_ActivateInstance, +}; + +static struct geolocator geolocator = +{ + {&factory_vtbl}, + 1, +}; This would probably better be named `geolocator_statics` as it's the static interfaces of the class.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3189#note_37258