Module: wine
Branch: master
Commit: 28ee1ee90f13523ea9ad4a4c33bcb205428f5b5d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=28ee1ee90f13523ea9ad4a4c3…
Author: Rob Shearman <robertshearman(a)gmail.com>
Date: Mon Jan 19 00:02:35 2009 +0000
widl: Add new type_get_type and type_get_real_type_type functions.
Use these to implement a few helper functions. Change the type
verification in type accessor functions to use these new functions.
---
tools/widl/header.c | 3 +-
tools/widl/typelib.c | 20 +--------
tools/widl/typetree.h | 115 +++++++++++++++++++++++++++++++++--------------
tools/widl/widltypes.h | 83 ++++++++++++++++++++++++++++++++++-
4 files changed, 166 insertions(+), 55 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=28ee1ee90f13523ea9ad4…