wuapi: Return success from automatic_updates_Resume.

Hans Leidekker hans at codeweavers.com
Mon Sep 27 05:18:39 CDT 2010


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

diff --git a/dlls/wuapi/updates.c b/dlls/wuapi/updates.c
index 0366ebc..663ff39 100644
--- a/dlls/wuapi/updates.c
+++ b/dlls/wuapi/updates.c
@@ -151,7 +151,7 @@ static HRESULT WINAPI automatic_updates_Resume(
     IAutomaticUpdates *This )
 {
     FIXME("\n");
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT WINAPI automatic_updates_ShowSettingsDialog(
-- 
1.7.0.4







More information about the wine-patches mailing list