Commit 8746bf09 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

widl: Also compute buffer size for non-ref arrays.

parent dd35baa8
......@@ -3865,8 +3865,6 @@ static unsigned int get_required_buffer_size_type(
}
case TGT_ARRAY:
if (get_pointer_fc(type, attrs, toplevel_param) == FC_RP)
{
switch (get_array_fc(type))
{
case FC_SMFARRAY:
......@@ -3875,7 +3873,6 @@ static unsigned int get_required_buffer_size_type(
get_required_buffer_size_type(type_array_get_element_type(type), name,
NULL, FALSE, alignment);
}
}
break;
default:
......
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