Module: wine Branch: master Commit: 9938eef4bc5a2b43c917e7d874da96d327a79b04 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9938eef4bc5a2b43c917e7d874...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Tue Apr 8 09:34:10 2014 +1000
hnetcfg: Register NetFwOpenPort interface.
---
dlls/hnetcfg/hnetcfg.idl | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/dlls/hnetcfg/hnetcfg.idl b/dlls/hnetcfg/hnetcfg.idl index 0ba4be2..9934f6a 100644 --- a/dlls/hnetcfg/hnetcfg.idl +++ b/dlls/hnetcfg/hnetcfg.idl @@ -35,3 +35,11 @@ coclass NetFwMgr { interface INetFwMgr; } uuid(ec9846b3-2762-4a6b-a214-6acb603462d2) ] coclass NetFwAuthorizedApplication { interface INetFwAuthorizedApplications; } + +[ + helpstring("HNetCfg.FwOpenPort"), + progid("HNetCfg.FwOpenPort"), + threading(both), + uuid(0ca545c6-37ad-4a6c-bf92-9f7610067ef5) +] +coclass NetFwOpenPort { interface INetFwOpenPort; }