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

wuapi: Return success from automatic_updates_Resume.

parent fbb9afac
...@@ -151,7 +151,7 @@ static HRESULT WINAPI automatic_updates_Resume( ...@@ -151,7 +151,7 @@ static HRESULT WINAPI automatic_updates_Resume(
IAutomaticUpdates *This ) IAutomaticUpdates *This )
{ {
FIXME("\n"); FIXME("\n");
return E_NOTIMPL; return S_OK;
} }
static HRESULT WINAPI automatic_updates_ShowSettingsDialog( static HRESULT WINAPI automatic_updates_ShowSettingsDialog(
......
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