WIDL: Add a Type Generator Framework

Robert Shearman rob at codeweavers.com
Wed Dec 7 23:04:53 CST 2005


ChangeLog:
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    |  104 ++++++++++++----------
  tools/widl/server.c    |   89 +-----------------
  tools/widl/typegen.c   |  232 
++++++++++++++++++++++++++++++++++++++++++++++++
  tools/widl/typegen.h   |   27 ++++++
  5 files changed, 322 insertions(+), 131 deletions(-)
  create mode 100644 tools/widl/typegen.c
  create mode 100644 tools/widl/typegen.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: dee61310848daf912672175c1f2f18beb76507ce.diff
Type: text/x-patch
Size: 14948 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20051207/5cd4c689/dee61310848daf912672175c1f2f18beb76507ce.diff


More information about the wine-patches mailing list