Commit d95d7db7 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

sti: Return success from the IStillImageW::UnregisterLaunchApplication stub.

parent a57d8606
......@@ -128,7 +128,7 @@ static HRESULT WINAPI stillimagew_UnregisterLaunchApplication(IStillImageW *ifac
{
stillimage *This = impl_from_StillImageW(iface);
FIXME("(%p, %s): stub\n", This, debugstr_w(pwszAppName));
return E_NOTIMPL;
return S_OK;
}
static HRESULT WINAPI stillimagew_EnableHwNotifications(IStillImageW *iface, LPCWSTR pwszDeviceName,
......
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