[PATCH 1/4] widl: Use is_string_type for detecting strings in write_typeformatstring_var to make it consistent with write_remoting_arg.

Robert Shearman rob at codeweavers.com
Thu Mar 27 09:05:11 CDT 2008


Fix the is_string_type function used for detecting strings by only 
examining aliases instead of both aliases and pointers. This is due to 
the requirement that pointers to strings be handled as pointers and so 
not detected as strings.
---
  tools/widl/header.c  |   13 +++++++++++++
  tools/widl/header.h  |    3 ++-
  tools/widl/typegen.c |    2 +-
  3 files changed, 16 insertions(+), 2 deletions(-)

This version of the patch fixes a typo in write_typeformatstring_var 
where "var->type" was used instead of the correct "type", which caused 
the qmgr conformance tests to fail.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3711d34a402bc817d19dd2f52979ed7821578c37.diff
Type: text/x-patch
Size: 2036 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080327/23a52fee/attachment.bin 


More information about the wine-patches mailing list