widl: Add support for complex arrays.

Robert Shearman rob at codeweavers.com
Mon Sep 17 17:30:28 CDT 2007


---
  tools/widl/typegen.c |   17 ++++++++++-------
  1 files changed, 10 insertions(+), 7 deletions(-)

After this patch, a complex array such as this works:
     typedef struct
     {
                     GUID        object;
...
         [string]    char        annotation[ept_max_annotation_size];
     } ept_entry_t, *ept_entry_p_t;

...
         [in, size_is(num_ents)]
                 ept_entry_t         entries[],
-------------- next part --------------
A non-text attachment was scrubbed...
Name: c7b333b6a3947013c0bf6c1cad0d30bc67d17a24.diff
Type: text/x-patch
Size: 2261 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070917/1bc2e514/attachment.bin 


More information about the wine-patches mailing list