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

This commit is contained in:
Hans Leidekker 2009-10-12 13:39:54 +02:00 committed by Alexandre Julliard
parent a57d86068e
commit d95d7db7f6
1 changed files with 1 additions and 1 deletions

View File

@ -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,