Commit c9fd854e authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

wuapi: Return success from automatic_updates_Pause.

parent 67d642b5
......@@ -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(
......
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