Commit f80e4aa9 authored by Michael Karcher's avatar Michael Karcher Committed by Alexandre Julliard

widl: Don't forget conformance info on [iid_is] void pointers.

parent 8092e85e
......@@ -3046,7 +3046,7 @@ static void write_parameter_conf_or_var_exprs(FILE *file, int indent, const char
}
break;
}
else if (type->type == RPC_FC_IP)
else if (type->type == RPC_FC_IP || is_void(type))
{
expr_t *iid;
......
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