mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 02:04:34 +00:00
wer: Return S_OK from the WerRepostSubmit stub.
This commit is contained in:
parent
15f5ad3af3
commit
a7f9191af6
@ -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;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user