Commit a7f9191a authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

wer: Return S_OK from the WerRepostSubmit stub.

parent 15f5ad3a
......@@ -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;
}
/***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment