Module: wine Branch: master Commit: 726c045549217ae079b04708a04b5bdb62c789f2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=726c045549217ae079b04708a0...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Feb 1 12:26:50 2011 +0100
hnetcfg: Return success from fw_app_put_Enabled.
---
dlls/hnetcfg/apps.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/hnetcfg/apps.c b/dlls/hnetcfg/apps.c index 81bfe36..90a1807 100644 --- a/dlls/hnetcfg/apps.c +++ b/dlls/hnetcfg/apps.c @@ -262,7 +262,7 @@ static HRESULT WINAPI fw_app_put_Enabled( fw_app *This = impl_from_INetFwAuthorizedApplication( iface );
FIXME("%p, %d\n", This, enabled); - return E_NOTIMPL; + return S_OK; }
static const struct INetFwAuthorizedApplicationVtbl fw_app_vtbl =