Module: wine Branch: master Commit: 319a7a102ed01a53a28e4d45d15433a1eb7e13fa URL: http://source.winehq.org/git/wine.git/?a=commit;h=319a7a102ed01a53a28e4d45d1...
Author: Rob Shearman robertshearman@gmail.com Date: Thu Mar 5 08:21:51 2009 +0000
widl: Implement a more abstract way of representing basic types.
---
tools/widl/expr.c | 18 ++++---- tools/widl/header.c | 34 ++++++++++++++-- tools/widl/parser.y | 103 ++++++++++++++--------------------------------- tools/widl/typelib.c | 60 ++++++++++++++++------------ tools/widl/typetree.c | 31 ++++++++++++++ tools/widl/typetree.h | 37 +++++++++++++++++- tools/widl/widltypes.h | 29 +++++++++++++- 7 files changed, 200 insertions(+), 112 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=319a7a102ed01a53a28e4d...