wuapi: Return success from automatic_updates_Pause.

Hans Leidekker hans at codeweavers.com
Fri May 28 01:47:04 CDT 2010


See http://bugs.winehq.org/show_bug.cgi?id=10287
---
 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 1bf063b..0366ebc 100644
--- a/dlls/wuapi/updates.c
+++ b/dlls/wuapi/updates.c
@@ -144,7 +144,7 @@ static HRESULT WINAPI automatic_updates_Pause(
     IAutomaticUpdates *This )
 {
     FIXME("\n");
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT WINAPI automatic_updates_Resume(
-- 
1.7.0.4






More information about the wine-patches mailing list