[PATCH] wer: Return S_OK from the WerRepostSubmit stub

Detlef Riekenberg wine.dev at web.de
Sat Jul 28 03:03:43 CDT 2012


This shrink the Bootstrapper(*).log, the console output and
the following dialog from the office 2013 web installer to
messages only related to the installation procedure.

--
By by ... Detlef
---
 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;
 }
 
 /***********************************************************************
-- 
1.7.5.4




More information about the wine-patches mailing list