Module: wine Branch: master Commit: 00ce411231b4dd94fef20e98b1a9c08c3321670e URL: http://source.winehq.org/git/wine.git/?a=commit;h=00ce411231b4dd94fef20e98b1...
Author: Dan Hipschman dsh@linux.ucla.edu Date: Thu May 24 17:48:39 2007 -0700
widl: Handle pointers in unions.
Unify write_pointers with write_embedded_types, and handle pointers in unions. Includes tests.
---
dlls/rpcrt4/tests/server.c | 8 ++ dlls/rpcrt4/tests/server.idl | 1 + dlls/rpcrt4/tests/server_defines.h | 1 + tools/widl/typegen.c | 135 +++++++++++++++++------------------- 4 files changed, 74 insertions(+), 71 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=00ce411231b4dd94fef20e...