Module: wine Branch: master Commit: abe86a1ef9a8b3490fa492de902e70d6920d5cc6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=abe86a1ef9a8b3490fa492de90...
Author: Nikolay Sivov bunglehead@gmail.com Date: Wed Feb 17 09:40:40 2010 +0300
msxml3: Use common format for TRACE() in DOM objects.
---
dlls/msxml3/attribute.c | 2 +- dlls/msxml3/cdata.c | 20 +++++---- dlls/msxml3/comment.c | 18 +++++---- dlls/msxml3/docfrag.c | 2 +- dlls/msxml3/domdoc.c | 93 +++++++++++++++++++++++++++------------------ dlls/msxml3/domimpl.c | 4 +- dlls/msxml3/element.c | 19 +++++---- dlls/msxml3/entityref.c | 2 +- dlls/msxml3/httprequest.c | 2 +- dlls/msxml3/node.c | 75 +++++++++++++++++++----------------- dlls/msxml3/nodelist.c | 11 +++-- dlls/msxml3/nodemap.c | 25 +++++++----- dlls/msxml3/parseerror.c | 17 +++++--- dlls/msxml3/pi.c | 4 +- dlls/msxml3/queryresult.c | 11 +++-- dlls/msxml3/schema.c | 2 +- dlls/msxml3/text.c | 19 +++++---- 17 files changed, 184 insertions(+), 142 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=abe86a1ef9a8b3490fa492...