mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
hnetcfg: Return success from INetFwAuthorizedApplication::put_Scope.
This commit is contained in:
parent
4619b529cf
commit
c82e1eaf66
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ static HRESULT WINAPI fw_app_put_Scope(
|
||||||
fw_app *This = impl_from_INetFwAuthorizedApplication( iface );
|
fw_app *This = impl_from_INetFwAuthorizedApplication( iface );
|
||||||
|
|
||||||
FIXME("%p, %u\n", This, scope);
|
FIXME("%p, %u\n", This, scope);
|
||||||
return E_NOTIMPL;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static HRESULT WINAPI fw_app_get_RemoteAddresses(
|
static HRESULT WINAPI fw_app_get_RemoteAddresses(
|
||||||
|
|
Loading…
Reference in a new issue