mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
[HNETCFG] CORE-16372 Jansen's hack
This commit is contained in:
parent
399854ce31
commit
0ac96ca431
1 changed files with 4 additions and 0 deletions
|
@ -226,7 +226,11 @@ static HRESULT WINAPI netfw_rules_Item(
|
|||
fw_rules *This = impl_from_INetFwRules( iface );
|
||||
|
||||
FIXME("%p, %s, %p\n", This, debugstr_w(name), rule);
|
||||
#ifdef __REACTOS__
|
||||
return S_OK; /* CORE-16372 Jansen's hack */
|
||||
#else
|
||||
return E_NOTIMPL;
|
||||
#endif
|
||||
}
|
||||
|
||||
static HRESULT WINAPI netfw_rules_get__NewEnum(
|
||||
|
|
Loading…
Reference in a new issue