mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
widl: Returned pointers should default to being unique, not reference.
This commit is contained in:
parent
d2682f57f8
commit
8cdda26897
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user