Rémi Bernon (@rbernon) commented about dlls/windows.devices.geolocation.geolocator/main.c:
return wine_dbgstr_wn(str, len);
}
-struct geolocator +struct geolocator_factory
Maybe use the right name in the commit that introduces the structure. I'd prefer `struct geolocator_statics`, matching the variable and the way its named elsewhere, it may end up with more interfaces than just the factory.