Module: wine Branch: master Commit: 8cdda2689746cd0c50409e7be9fe2e54941c5e4b URL: http://source.winehq.org/git/wine.git/?a=commit;h=8cdda2689746cd0c50409e7be9...
Author: Rob Shearman robertshearman@gmail.com Date: Tue Mar 10 23:39:56 2009 +0000
widl: Returned pointers should default to being unique, not reference.
---
tools/widl/typegen.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c index ce4d3d7..2709b68 100644 --- a/tools/widl/typegen.c +++ b/tools/widl/typegen.c @@ -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); }