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

This commit is contained in:
Rob Shearman 2009-03-10 23:39:56 +00:00 committed by Alexandre Julliard
parent d2682f57f8
commit 8cdda26897

View file

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