Robert Shearman : widl: Add a type generator framework.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Dec 8 07:06:19 CST 2005


Module: wine
Branch: refs/heads/master
Commit: 35d327bd0dff4646a9cf3b45c0717926cbc7b8a4
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=35d327bd0dff4646a9cf3b45c0717926cbc7b8a4

Author: Robert Shearman <rob at 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




More information about the wine-cvs mailing list