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
Wed Mar 26 08:47:15 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(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: e15f506493d8d7b6ea32869d46dfe5f88edee248.diff
Type: text/x-patch
Size: 2041 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080326/88fe9999/attachment-0001.bin 


More information about the wine-patches mailing list