Module: wine Branch: refs/heads/master Commit: 12d4d9c229678639f77fb07e47314ae2defec6ec URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=12d4d9c229678639f77fb07e...
Author: Eric Kohl eric.kohl@t-online.de Date: Wed Mar 29 12:42:29 2006 +0200
widl: Implement support for ref pointers to strings.
---
tools/widl/client.c | 41 ++++++++++---- tools/widl/header.c | 22 +++++++ tools/widl/header.h | 1 tools/widl/server.c | 38 +++++++++++-- tools/widl/typegen.c | 150 ++++++++++++++++++++++++++++++++++++++------------ tools/widl/typegen.h | 1 6 files changed, 202 insertions(+), 51 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=12d4d9c229678639f77f...