commit | b4fb36c363f0bfc55556439a326f0926316d9780 | [log] [tgz] |
---|---|---|
author | Robert Shearman <rob@codeweavers.com> | Tue Jan 24 11:14:15 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 24 11:14:15 2006 +0100 |
tree | c1fb3b3b3a55207813ea20eecec188dd73ff98f5 | |
parent | 9f76c0cfee24c24dcdc5fe4c82fd077e405ddd50 [diff] |
widl: Fix detection of conformant varying structs. Rename has_conformant_array to has_conformance, add a new variable has_variance and map has_conformant_string to has_conformance and has_variance. A conformant varying struct should be returned if just variance is present and even if no pointers are present.