wuapi: Return success from automatic_updates_Resume.
This commit is contained in:
parent
fbb9afacc9
commit
a4d7540a45
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue