wuapi: Fake success in IUpdateInstaller::get_IsBusy.

Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Gijs Vermeulen 2020-05-23 16:41:32 +02:00 committed by Alexandre Julliard
parent 45cb03f487
commit b9acfa96a9
1 changed files with 3 additions and 2 deletions

View File

@ -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(