[PATCH 6/6] widl: Support WinRT parameterized interface type.

Jacek Caban jacek at codeweavers.com
Wed Feb 17 13:40:46 CST 2021


On 17.02.2021 19:33, Rémi Bernon wrote:
> @@ -116,6 +116,7 @@ static struct namespace global_namespace = {
>   
>   static struct namespace *current_namespace = &global_namespace;
>   static struct namespace *parameters_namespace = NULL;
> +static statement_list_t *parameterized_type_stmts = NULL;


Sorry for not catching this earlier, but what's the reason for having 
this? Is for delaying specialization? It seems to me that you could just 
specialize the type as soon as it appears in 'declare' statement and 
avoid additional global list maintenance.


Thanks,

Jacek




More information about the wine-devel mailing list