Module: wine
Branch: master
Commit: a04b150839ea1351854b3ab8f8e288d515de93c8
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a04b150839ea1351854b3ab8f…
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Wed Apr 2 12:55:34 2008 +0100
widl: Add a function to get the return type of a parsed function.
This clarifies its use in code and makes it simpler to change the way
functions are parsed into types.
---
tools/widl/client.c | 24 +++++++++---------
tools/widl/header.c | 16 ++++++------
tools/widl/proxy.c | 22 ++++++++++-------
tools/widl/server.c | 6 ++--
tools/widl/typegen.c | 61 ++++++++++++++++++++++++++--------------------
tools/widl/typegen.h | 2 +-
tools/widl/widltypes.h | 5 ++++
tools/widl/write_msft.c | 2 +-
8 files changed, 77 insertions(+), 61 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a04b150839ea1351854b3…