Module: wine
Branch: master
Commit: a011f0cd5b1248dbc109f7712153f579248537fe
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a011f0cd5b1248dbc109f7712…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Dec 26 16:26:59 2008 +0100
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 | 196 +--------------------------------------
tools/widl/typegen.c | 253 ++++++++++++++++++++++++++++++++++++++++++++------
2 files changed, 225 insertions(+), 224 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a011f0cd5b1248dbc109f…