Skip to content
Snippets Groups Projects
Commit c9fd854e authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard
Browse files

wuapi: Return success from automatic_updates_Pause.

parent 67d642b5
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ static HRESULT WINAPI automatic_updates_Pause(
IAutomaticUpdates *This )
{
FIXME("\n");
return E_NOTIMPL;
return S_OK;
}
static HRESULT WINAPI automatic_updates_Resume(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment