Detlef Riekenberg : wer: Return S_OK from the WerRepostSubmit stub.

Alexandre Julliard julliard at winehq.org
Tue Jul 31 12:04:14 CDT 2012


Module: wine
Branch: master
Commit: a7f9191af6f73e6e59aad10cc4d15d45ac2ff2ee
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a7f9191af6f73e6e59aad10cc4d15d45ac2ff2ee

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Sat Jul 28 10:03:43 2012 +0200

wer: Return S_OK from the WerRepostSubmit stub.

---

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

diff --git a/dlls/wer/main.c b/dlls/wer/main.c
index a01479c..80880c3 100644
--- a/dlls/wer/main.c
+++ b/dlls/wer/main.c
@@ -366,7 +366,7 @@ HRESULT WINAPI WerReportSubmit(HREPORT hreport, WER_CONSENT consent, DWORD flags
         return E_INVALIDARG;
 
     *presult = WerDisabled;
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 /***********************************************************************




More information about the wine-cvs mailing list