[PATCH 3/4] hnetcfg: Register NetFwPolicy2 interface

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Thu Jul 21 04:09:38 CDT 2016


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 dlls/hnetcfg/hnetcfg.idl | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dlls/hnetcfg/hnetcfg.idl b/dlls/hnetcfg/hnetcfg.idl
index 9934f6a..763529a 100644
--- a/dlls/hnetcfg/hnetcfg.idl
+++ b/dlls/hnetcfg/hnetcfg.idl
@@ -43,3 +43,11 @@ coclass NetFwAuthorizedApplication { interface INetFwAuthorizedApplications; }
     uuid(0ca545c6-37ad-4a6c-bf92-9f7610067ef5)
 ]
 coclass NetFwOpenPort { interface INetFwOpenPort; }
+
+[
+    helpstring("HNetCfg.FwPolicy2"),
+    progid("HNetCfg.FwPolicy2"),
+    threading(both),
+    uuid(e2b3c97f-6ae1-41ac-817a-f6f92166d7dd)
+]
+coclass NetFwPolicy2 { interface INetFwPolicy2; }
-- 
2.8.1




More information about the wine-patches mailing list