widl: Move determination of the exact type of structures and array to the code genera...
commita011f0cd5b1248dbc109f7712153f579248537fe
authorAlexandre Julliard <julliard@winehq.org>
Fri, 26 Dec 2008 15:26:59 +0000 (26 16:26 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 26 Dec 2008 16:16:06 +0000 (26 17:16 +0100)
tree8b528286f541dad208ac6669d947a29e31c18e24
parente9e12744b52843c16e3c0d4f5375b0073eda7a8c
widl: Move determination of the exact type of structures and array to the code generation phase.

The exact type can depend on the size of the type in memory, and that
can vary depending on whether we are generating 32-bit or 64-bit code.
tools/widl/parser.y
tools/widl/typegen.c