widl: Don't use the return value of write_embedded_types to determine whether a type...
authorRob Shearman <robertshearman@gmail.com>
Mon, 15 Mar 2010 19:29:53 +0000 (19:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Mar 2010 10:35:36 +0000 (11:35 +0100)
commit2fd6be54bee3c639bdeb0754eddd085ec0a6191f
tree50e70ba2f8e87c7e1f7ae260bb170a513c2c5cc3
parent484fe1cff30fafcf21c0f8b5b2d41caefbc57909
widl: Don't use the return value of write_embedded_types to determine whether a type contains pointers or not.

It isn't correct in all situations, so type_has_pointer has to be used
anyway so using the return value of write_embedded_types just clutters
the code.
tools/widl/typegen.c