mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
hnetcfg: Return success from fw_port_get_Enabled.
This commit is contained in:
parent
3c31a373d3
commit
ccbf4c1b94
@ -270,7 +270,9 @@ static HRESULT WINAPI fw_port_get_Enabled(
|
||||
fw_port *This = impl_from_INetFwOpenPort( iface );
|
||||
|
||||
FIXME("%p %p\n", This, enabled);
|
||||
return E_NOTIMPL;
|
||||
|
||||
*enabled = VARIANT_TRUE;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI fw_port_put_Enabled(
|
||||
|
Loading…
x
Reference in New Issue
Block a user