Module: wine Branch: master Commit: acfde97b9ee3bd0df8d3bfc4a83ab538eb08b535 URL: http://source.winehq.org/git/wine.git/?a=commit;h=acfde97b9ee3bd0df8d3bfc4a8...
Author: Dan Hipschman dsh@linux.ucla.edu Date: Wed Oct 10 15:29:54 2007 -0700
rpcrt4, widl: Make pointer layouts compatible with windows; fix conformant array tests.
---
dlls/rpcrt4/ndr_marshall.c | 59 ++++----------------- dlls/rpcrt4/tests/server.c | 76 ++++++++++++++++++++++++++- dlls/rpcrt4/tests/server.idl | 15 +++++ tools/widl/typegen.c | 119 +++++++++++++++++++++++------------------- 4 files changed, 164 insertions(+), 105 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=acfde97b9ee3bd0df8d3bf...