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

This commit is contained in:
Michael Karcher 2009-01-11 14:57:47 +01:00 committed by Alexandre Julliard
parent 8092e85ece
commit f80e4aa9d2
1 changed files with 1 additions and 1 deletions

View File

@ -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;