Module: wine
Branch: master
Commit: 8a976a7d785d256eb93b81f3e05bb66234b3d4a4
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8a976a7d785d256eb93b81f3e…
Author: Rob Shearman <robertshearman(a)gmail.com>
Date: Mon Jan 5 23:35:24 2009 +0000
widl: Replace uses of get_func_return_type with type_function_get_rettype.
Also replace direct accesses into the type structure to get the return
type of a function with the same function.
---
tools/widl/client.c | 27 +++++++++++++++------------
tools/widl/header.c | 18 +++++++++---------
tools/widl/proxy.c | 19 ++++++++++---------
tools/widl/server.c | 6 +++---
tools/widl/typegen.c | 33 +++++++++++++++++----------------
tools/widl/typetree.h | 6 ++++++
tools/widl/widltypes.h | 5 -----
tools/widl/write_msft.c | 2 +-
8 files changed, 61 insertions(+), 55 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8a976a7d785d256eb93b8…