Commit fc281462 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

windows.devices.geolocation.geolocator: Fake success for PositionChanged_add.

parent 091535e4
......@@ -153,7 +153,7 @@ HRESULT WINAPI geolocator_GetGeopositionAsyncWithAgeAndTimeout(IGeolocator *ifac
HRESULT WINAPI geolocator_add_PositionChanged(IGeolocator *iface, ITypedEventHandler_Geolocator_PositionChangedEventArgs *handler, EventRegistrationToken *token)
{
FIXME("iface %p, handler %p, token %p stub.\n", iface, handler, token);
return E_NOTIMPL;
return S_OK;
}
HRESULT WINAPI geolocator_remove_PositionChanged(IGeolocator *iface, EventRegistrationToken token)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment