wer: Return S_OK from WerReportSetParameter.

This commit is contained in:
Detlef Riekenberg 2012-07-25 00:19:52 +02:00 committed by Alexandre Julliard
parent 084e33d254
commit 169533def2

View file

@ -315,7 +315,7 @@ HRESULT WINAPI WerReportSetParameter(HREPORT hreport, DWORD id, PCWSTR name, PCW
{
FIXME("(%p, %d, %s, %s) :stub\n", hreport, id, debugstr_w(name), debugstr_w(value));
return E_NOTIMPL;
return S_OK;
}
/***********************************************************************