Module: wine Branch: master Commit: 9b139018cffbc0cbe8a7355f98defbf2ccf582dc URL: http://source.winehq.org/git/wine.git/?a=commit;h=9b139018cffbc0cbe8a7355f98... Author: Rob Shearman <robertshearman(a)gmail.com> Date: Mon Jan 5 23:35:13 2009 +0000 widl: Add new function, type_iface_get_stmts. Use it to retrieve statements contained in interface types. --- tools/widl/client.c | 4 ++-- tools/widl/header.c | 20 ++++++++++---------- tools/widl/parser.y | 6 +++--- tools/widl/proxy.c | 12 ++++++------ tools/widl/server.c | 6 +++--- tools/widl/typegen.c | 6 +++--- tools/widl/typetree.c | 2 +- tools/widl/typetree.h | 6 ++++++ tools/widl/write_msft.c | 4 ++-- 9 files changed, 36 insertions(+), 30 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9b139018cffbc0cbe8a735...