mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
hnetcfg: Return success from fw_app_put_Enabled.
This commit is contained in:
parent
1dcf3f7aef
commit
726c045549
@ -262,7 +262,7 @@ static HRESULT WINAPI fw_app_put_Enabled(
|
||||
fw_app *This = impl_from_INetFwAuthorizedApplication( iface );
|
||||
|
||||
FIXME("%p, %d\n", This, enabled);
|
||||
return E_NOTIMPL;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static const struct INetFwAuthorizedApplicationVtbl fw_app_vtbl =
|
||||
|
Loading…
x
Reference in New Issue
Block a user