| commit | 9f0c45b7e79ba2faebaf2b9b63bf711cf86b7ded | [log] [tgz] | 
|---|---|---|
| author | Robert Shearman <rob@codeweavers.com> | Tue Feb 07 12:29:39 2006 +0100 | 
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 07 12:29:39 2006 +0100 | 
| tree | ef3a2f71196d42dcfd7c1c200f2c2d36ca05ed2b | |
| parent | 864d5a38c5a8e16b77ea4ab8cc00d49b3f0759a2 [diff] | 
widl: Fix pointer detection for structures with embedded arrays. Pointers have priority over every other type, so move the detection to the top of get_struct_type. Fall through from the embedded array detection to the embedded structure handling code so that conformance, variance and pointer presence is inherited from the array's base type.