Module: wine Branch: master Commit: 52c6c6a1d192324ee4b6f3910c8834d5f5bb2151 URL: http://source.winehq.org/git/wine.git/?a=commit;h=52c6c6a1d192324ee4b6f3910c...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Mon Apr 14 09:00:51 2014 +0400
msxml3: Fix transformation result output for stream and BSTR cases.
---
dlls/msxml3/main.c | 3 + dlls/msxml3/msxml_private.h | 2 +- dlls/msxml3/node.c | 291 ++++++++++++++++++++++++++++++++++++++----- dlls/msxml3/stylesheet.c | 20 +-- dlls/msxml3/tests/domdoc.c | 14 +-- 5 files changed, 267 insertions(+), 63 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=52c6c6a1d192324ee4b6f3...