[HNETCFG] CORE-16372 Jansen's hack

This commit is contained in:
Katayama Hirofumi MZ 2019-11-24 22:36:49 +09:00
parent 399854ce31
commit 0ac96ca431

View file

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