widl: Fix pointer detection in structures and arrays.
commit3e5f7457f644d964d8104aa7157cd156023fbfd0
authorRob Shearman <rob@codeweavers.com>
Tue, 25 Dec 2007 17:06:28 +0000 (25 17:06 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Dec 2007 12:26:02 +0000 (26 13:26 +0100)
treef2d69f8c86745ffed02878f83a329e8df435063f
parent5c6ece129fd36a1e0058a8618a40ccdd8b496c8e
widl: Fix pointer detection in structures and arrays.

write_embedded_types doesn't descend into all types contained by the
array or structure, so create a new function, type_has_pointers, for the
purpose of descending into all types and returning whether or not
pointers are present.
tools/widl/typegen.c