wuapi: Fake success in IUpdateInstaller::get_IsBusy.
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
45cb03f487
commit
b9acfa96a9
|
@ -274,8 +274,9 @@ static HRESULT WINAPI update_installer_get_IsBusy(
|
|||
IUpdateInstaller *This,
|
||||
VARIANT_BOOL *retval )
|
||||
{
|
||||
FIXME("\n");
|
||||
return E_NOTIMPL;
|
||||
FIXME("semi-stub, returning VARIANT_FALSE!\n");
|
||||
*retval = VARIANT_FALSE;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI update_installer_Uninstall(
|
||||
|
|
Loading…
Reference in New Issue