wer: Return S_OK from the WerRepostSubmit stub.

This commit is contained in:
Detlef Riekenberg 2012-07-28 10:03:43 +02:00 committed by Alexandre Julliard
parent 15f5ad3af3
commit a7f9191af6

View file

@ -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;
}
/***********************************************************************