Module: wine Branch: master Commit: df0e38c0670a40eb5892e53ffb506bb1f4bc33ba URL: http://source.winehq.org/git/wine.git/?a=commit;h=df0e38c0670a40eb5892e53ffb...
Author: Rob Shearman rob@codeweavers.com Date: Thu Apr 24 19:06:28 2008 +0100
widl: Create a list of statements in the whole IDL file, instead of just a list of interfaces.
---
tools/widl/client.c | 75 ++++++++++------- tools/widl/header.c | 6 +- tools/widl/header.h | 6 +- tools/widl/parser.y | 211 +++++++++++++++++++++++++++++++++++++---------- tools/widl/proxy.c | 132 +++++++++++++++++++---------- tools/widl/server.c | 75 ++++++++++------- tools/widl/typegen.c | 117 +++++++++++++++++--------- tools/widl/typegen.h | 10 +- tools/widl/typelib.c | 14 +--- tools/widl/typelib.h | 2 +- tools/widl/widl.c | 4 +- tools/widl/widl.h | 8 +- tools/widl/widltypes.h | 31 +++++++ tools/widl/write_msft.c | 7 +- 14 files changed, 470 insertions(+), 228 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=df0e38c0670a40eb5892e5...