Dan Hipschman : widl: Represent arrays with type_t.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 6 07:41:56 CDT 2007


Module: wine
Branch: master
Commit: 978b4d4f4e7acb119b1acd59091bfb96bdfd1dd4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=978b4d4f4e7acb119b1acd59091bfb96bdfd1dd4

Author: Dan Hipschman <dsh at linux.ucla.edu>
Date:   Tue Jun  5 18:50:31 2007 -0700

widl: Represent arrays with type_t.

---

 dlls/rpcrt4/tests/server.c   |   84 +++++-
 dlls/rpcrt4/tests/server.idl |    4 +
 tools/widl/client.c          |    7 +-
 tools/widl/header.c          |  122 ++++-----
 tools/widl/header.h          |   19 +-
 tools/widl/parser.y          |  162 +++++++++--
 tools/widl/proxy.c           |    6 +-
 tools/widl/server.c          |    2 +-
 tools/widl/typegen.c         |  667 ++++++++++++++++--------------------------
 tools/widl/typegen.h         |    1 +
 tools/widl/typelib.c         |   18 ++
 tools/widl/widltypes.h       |    5 +-
 tools/widl/write_msft.c      |   79 +++---
 13 files changed, 612 insertions(+), 564 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=978b4d4f4e7acb119b1acd59091bfb96bdfd1dd4



More information about the wine-cvs mailing list