Module: wine Branch: master Commit: 4866026d7f6753643ef57f34bf387320f1325d8b URL: http://source.winehq.org/git/wine.git/?a=commit;h=4866026d7f6753643ef57f34bf...
Author: Rob Shearman robertshearman@gmail.com Date: Thu Mar 5 08:22:32 2009 +0000
widl: Move the pointer referent, array element, function return type and interface inheritance properties from type_t to details structures for the appropriate types.
---
tools/widl/parser.y | 50 ++++++++++++++++------------------------------- tools/widl/typetree.c | 44 +++++++++++++++++++++++++++++++--------- tools/widl/typetree.h | 8 +++--- tools/widl/widltypes.h | 9 +++++-- tools/widl/write_msft.c | 7 ++--- 5 files changed, 64 insertions(+), 54 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4866026d7f6753643ef57f...