Module: wine Branch: master Commit: ac8a24aa269950b9a299d5ef5e592e67020fa50f URL: http://source.winehq.org/git/wine.git/?a=commit;h=ac8a24aa269950b9a299d5ef5e...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri Mar 21 09:56:23 2014 +0400
xmllite: Implement CreateXmlWriterOutputWithEncodingName().
---
dlls/xmllite/reader.c | 25 +------- dlls/xmllite/tests/writer.c | 61 ++++++++++++++++++-- dlls/xmllite/writer.c | 125 ++++++++++++++++++++++++++++++++++++++-- dlls/xmllite/xmllite.spec | 2 +- dlls/xmllite/xmllite_private.h | 25 ++++++++ include/xmllite.idl | 7 +++ 6 files changed, 212 insertions(+), 33 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ac8a24aa269950b9a299d5...