Module: wine Branch: master Commit: 2c6e611c8a4ad5649c8125e23c35a565c36ee2b8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2c6e611c8a4ad5649c8125e23c...
Author: Rob Shearman robertshearman@gmail.com Date: Mon Feb 23 13:48:46 2009 +0000
widl: Add typegen_detect_type and use it.
Add typegen_detect_type for detecting types useful during client/server/proxy code generation.
---
tools/widl/parser.y | 117 ++++++---- tools/widl/proxy.c | 54 +++--- tools/widl/typegen.c | 582 ++++++++++++++++++++++++++----------------------- tools/widl/typegen.h | 23 ++ 4 files changed, 430 insertions(+), 346 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2c6e611c8a4ad5649c8125...