widl: Don't override the pointer type in top-level arrays.

This commit is contained in:
Rob Shearman 2007-12-08 17:13:45 +00:00 committed by Alexandre Julliard
parent efb13b28df
commit a513ff4926

View file

@ -1329,7 +1329,7 @@ static void set_type(var_t *v, type_t *type, int ptr_level, array_dims_t *arr,
}
}
if (ptr_type)
if (ptr_type && !arr)
{
if (is_ptr(v->type))
{