commit | 506404ba09fe5e7a4501d3f15f55df65e12d3531 | [log] [tgz] |
---|---|---|
author | Robert Shearman <rob@codeweavers.com> | Fri Mar 31 12:50:46 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Mar 31 17:37:51 2006 +0200 |
tree | 7b30235ef930b9ea8344a9124c8510d595650e12 | |
parent | 62eb9f4b0c88d02c05e3971b3be25833996de0a2 [diff] |
widl: Only assign variables if not a string and only create a local variable if not a sized parameter. Only assign variables if not a string and only create a local variable if not a sized parameter. Fixes type mismatches in the generated code due to differences in the algorithms between creating local variables and using them.