[PATCH 4/4] widl: Make sure that string types are always written out by write_string_tfs and not write_simple_pointer.

Robert Shearman rob at codeweavers.com
Thu Mar 27 09:35:50 CDT 2008


This is because write_string_tfs has support for the full range of 
string types, write_simple_pointer doesn't have access to the var 
attributes which are needed to properly detect strings, and 
write_string_tfs sets the typestring offset to after the pointer is 
written and write_remoting_arg depends on this.
---
  tools/widl/typegen.c |   63 
+++++++++++++++++++++++++------------------------
  1 files changed, 32 insertions(+), 31 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: a633fbdd77d5faa5afaf6852211e58865314a4f4.diff
Type: text/x-patch
Size: 6273 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080327/e4abe93d/attachment.bin 


More information about the wine-patches mailing list