For dlls, should the GUID's be put in uuids.h or kept local to the dll.
In this case I don't think anything else cares about them, so they could
be local.
Jeff Latimer
Jeff Latimer wrote:
> Add public uuids for the interface.
>
> ------------------------------------------------------------------------
>
> diff --git a/include/uuids.h b/include/uuids.h
> +OUR_GUID_ENTRY(IID_INetFwMgr, 0xf7898af5, 0xcac4, 0x4632, 0xa2, 0xec, 0xda ,0x06, 0xe5, 0x11, 0x1a, 0xf2)
> +OUR_GUID_ENTRY(CLSID_NetFwMgr, 0x304ce942, 0x6e39, 0x40d8, 0x94, 0x3a, 0xb9, 0x13, 0xc4, 0x0c, 0x9c, 0xd4)
>