Rémi Bernon (@rbernon) commented about dlls/windows.devices.geolocation.geolocator/main.c:
HRESULT WINAPI geolocator_LocationStatus(IGeolocator *iface, PositionStatus *value) { FIXME("iface %p, value %p stub.\n", iface, value);
- *value = 0;
This is unrelated, and I think it should not be here as this is a stub.