Module: wine Branch: master Commit: bd87b496141172ae8776d30571e93ecdd70989bc URL: http://source.winehq.org/git/wine.git/?a=commit;h=bd87b496141172ae8776d30571...
Author: Michael Stefaniuc mstefani@redhat.de Date: Mon Mar 9 23:28:16 2009 +0100
msxml3: Change long to LONG in msxml2.idl and xmldom.idl.
---
dlls/msxml3/cdata.c | 12 +++--- dlls/msxml3/comment.c | 10 +++--- dlls/msxml3/domdoc.c | 2 +- dlls/msxml3/httprequest.c | 4 +- dlls/msxml3/nodelist.c | 6 ++-- dlls/msxml3/nodemap.c | 6 ++-- dlls/msxml3/parseerror.c | 8 ++-- dlls/msxml3/queryresult.c | 6 ++-- dlls/msxml3/schema.c | 4 +- dlls/msxml3/tests/domdoc.c | 80 ++++++++++++++++++++++---------------------- dlls/msxml3/text.c | 12 +++--- include/msxml2.idl | 66 ++++++++++++++++++------------------ include/xmldom.idl | 40 +++++++++++----------- 13 files changed, 128 insertions(+), 128 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=bd87b496141172ae8776d3...