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

Hans Leidekker hans at codeweavers.com
Mon Oct 12 06:39:54 CDT 2009


---
 dlls/sti/sti.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/sti/sti.c b/dlls/sti/sti.c
index 129627b..c88205d 100644
--- a/dlls/sti/sti.c
+++ b/dlls/sti/sti.c
@@ -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,
-- 
1.6.3.3




More information about the wine-patches mailing list