14 Jul
2011
14 Jul
'11
1:08 p.m.
Module: wine Branch: master Commit: b32ed46bdaea9298ac21beedb573931e36682542 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b32ed46bdaea9298ac21beedb5... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Thu Jun 23 05:05:01 2011 +1000 xmllite: Implement CreateXmlWriter. --- dlls/xmllite/Makefile.in | 1 + dlls/xmllite/tests/Makefile.in | 3 +- dlls/xmllite/tests/writer.c | 87 +++++++++ dlls/xmllite/writer.c | 413 ++++++++++++++++++++++++++++++++++++++++ dlls/xmllite/xmllite.spec | 2 +- 5 files changed, 504 insertions(+), 2 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b32ed46bdaea9298ac21be...