Module: wine
Branch: refs/heads/master
Commit: 35d327bd0dff4646a9cf3b45c0717926cbc7b8a4
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=35d327bd0dff4646a9cf3b4…
Author: Robert Shearman <rob(a)codeweavers.com>
Date: Thu Dec 8 12:52:13 2005 +0100
widl: Add a type generator framework.
Add a framework for writing the strings for marshaling and
unmarshaling parameters and make the client and server use it.
---
tools/widl/Makefile.in | 1
tools/widl/client.c | 65 +------------
tools/widl/server.c | 89 +-----------------
tools/widl/typegen.c | 232 ++++++++++++++++++++++++++++++++++++++++++++++++
tools/widl/typegen.h | 27 ++++++
5 files changed, 271 insertions(+), 143 deletions(-)
create mode 100644 tools/widl/typegen.c
create mode 100644 tools/widl/typegen.h