widl: Add a type generator framework.
commit35d327bd0dff4646a9cf3b45c0717926cbc7b8a4
authorRobert Shearman <rob@codeweavers.com>
Thu, 8 Dec 2005 11:52:13 +0000 (8 12:52 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Dec 2005 11:52:13 +0000 (8 12:52 +0100)
tree0f3d402af37fe528a6be8a0e83b506ad5e947d6b
parentba39a874d4c36d6a2e3b569164f00fe39f8438b0
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
tools/widl/client.c
tools/widl/server.c
tools/widl/typegen.c [new file with mode: 0644]
tools/widl/typegen.h [new file with mode: 0644]