Alexandre Julliard : widl: Move determination of the exact type of structures and array to the code generation phase .

Alexandre Julliard julliard at winehq.org
Fri Dec 26 12:35:23 CST 2008


Module: wine
Branch: master
Commit: a011f0cd5b1248dbc109f7712153f579248537fe
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a011f0cd5b1248dbc109f7712153f579248537fe

Author: Alexandre Julliard <julliard at 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=a011f0cd5b1248dbc109f7712153f579248537fe



More information about the wine-cvs mailing list