mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[HNETCFG] CORE-16372 Jansen's hack
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user