Module: wine Branch: master Commit: 200ec538352c36cb1e10e76c70ec7da56cbc0958 URL: http://source.winehq.org/git/wine.git/?a=commit;h=200ec538352c36cb1e10e76c70...
Author: Rob Shearman robertshearman@gmail.com Date: Mon Jan 5 23:33:36 2009 +0000
widl: Access array type properties through accessors instead of getting them directly.
Store array type properties in the details union to save a bit of memory and to make the general properties more obvious.
---
tools/widl/header.c | 4 +- tools/widl/parser.y | 9 ++---- tools/widl/typegen.c | 73 +++++++++++++++++++++++++--------------------- tools/widl/typetree.h | 30 +++++++++++++++++++ tools/widl/widltypes.h | 9 ++++- tools/widl/write_msft.c | 4 +- 6 files changed, 84 insertions(+), 45 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=200ec538352c36cb1e10e7...