Commit 8cdda268 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

widl: Returned pointers should default to being unique, not reference.

parent d2682f57
......@@ -2844,7 +2844,7 @@ static unsigned int process_tfs_stmts(FILE *file, const statement_list_t *stmts,
write_typeformatstring_var(
file, 2, NULL,
type_function_get_rettype(func->type),
&v, TRUE, typeformat_offset),
&v, FALSE, typeformat_offset),
file);
}
......
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