3 Jul
2023
3 Jul
'23
9:42 a.m.
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3189#note_37591