[PATCH 7/7] widl: Only register activatable WinRT runtimeclass.

Jacek Caban jacek at codeweavers.com
Mon Mar 15 13:35:47 CDT 2021


On 12.03.2021 12:31, Rémi Bernon wrote:
> +        if (!get_attrp(type->attrs, ATTR_ACTIVATABLE))
> +        {
> +            put_str( indent, "Delete %s\n", format_namespace( type->namespace, "", ".", type->name, NULL ) );


Is there a reason to actively delete existing keys? It seems to me that 
just skipping registration would be better.


Thanks,

Jacek




More information about the wine-devel mailing list