[PATCH 3/4] hnetcfg: Register NetFwPolicy2 interface

Nikolay Sivov bunglehead at gmail.com
Thu Jul 21 10:29:26 CDT 2016


On 21.07.2016 12:09, Alistair Leslie-Hughes wrote:
> 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; }
> 

This doesn't have to be a separate patch.



More information about the wine-devel mailing list