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.