Module: wine Branch: master Commit: 624202be4bfdbec9955eb0d3cf301d48742c13d0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=624202be4bfdbec9955eb0d3c...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Feb 3 13:48:04 2022 +0300
msxml3: Fix long types warnings in traces.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msxml3/Makefile.in | 1 - dlls/msxml3/attribute.c | 8 ++-- dlls/msxml3/bsc.c | 33 ++++++++------- dlls/msxml3/cdata.c | 40 ++++++++---------- dlls/msxml3/comment.c | 40 ++++++++---------- dlls/msxml3/dispex.c | 54 ++++++++++-------------- dlls/msxml3/docfrag.c | 25 ++++++----- dlls/msxml3/doctype.c | 25 ++++++----- dlls/msxml3/domdoc.c | 42 ++++++++++--------- dlls/msxml3/domimpl.c | 23 +++++----- dlls/msxml3/element.c | 29 +++++++------ dlls/msxml3/entityref.c | 7 ++-- dlls/msxml3/factory.c | 20 +++++---- dlls/msxml3/httprequest.c | 104 ++++++++++++++++++++-------------------------- dlls/msxml3/main.c | 2 +- dlls/msxml3/mxnamespace.c | 18 ++++---- dlls/msxml3/mxwriter.c | 52 +++++++++-------------- dlls/msxml3/node.c | 30 +++++-------- dlls/msxml3/nodelist.c | 13 +++--- dlls/msxml3/nodemap.c | 17 ++++---- dlls/msxml3/parseerror.c | 7 ++-- dlls/msxml3/pi.c | 8 ++-- dlls/msxml3/saxreader.c | 34 ++++++--------- dlls/msxml3/schema.c | 14 +++---- dlls/msxml3/selection.c | 20 ++++----- dlls/msxml3/stylesheet.c | 10 ++--- dlls/msxml3/text.c | 18 ++++---- dlls/msxml3/xmldoc.c | 17 +++----- dlls/msxml3/xmlelem.c | 31 +++++--------- dlls/msxml3/xmlparser.c | 26 ++++-------- dlls/msxml3/xmlview.c | 84 +++++++++++++++---------------------- 31 files changed, 373 insertions(+), 479 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=624202be4bfdbec9955eb...