Commit 8e7fefe3 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

widl: Write array pointers as FC_OP pointers if appropriate.

parent 55a0ec42
......@@ -3607,8 +3607,7 @@ static unsigned int write_type_tfs(FILE *file, int indent,
context != TYPE_CONTEXT_CONTAINER_NO_POINTERS)
{
int ptr_type;
ptr_type = get_pointer_fc(type, attrs,
context == TYPE_CONTEXT_TOPLEVELPARAM);
ptr_type = get_pointer_fc_context(type, attrs, context);
if (ptr_type != FC_RP || type_array_is_decl_as_ptr(type))
{
unsigned int absoff = type->typestring_offset;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment