Module: wine Branch: master Commit: cb133a12d0a5c76d56efc653fd622f5e063da59a URL: http://source.winehq.org/git/wine.git/?a=commit;h=cb133a12d0a5c76d56efc653fd...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Mar 12 01:43:31 2009 +0100
mshtml: Change long to LONG in mshtml.idl (remaining stuff).
---
dlls/mshtml/htmlcomment.c | 6 +- dlls/mshtml/htmldoc.c | 8 +- dlls/mshtml/htmlevent.c | 26 ++++---- dlls/mshtml/htmlnode.c | 8 +- dlls/mshtml/htmlstyle.c | 16 ++-- dlls/mshtml/htmlstyle2.c | 12 ++-- dlls/mshtml/htmlstylesheet.c | 24 +++--- dlls/mshtml/htmltable.c | 20 +++--- dlls/mshtml/htmltablerow.c | 12 ++-- dlls/mshtml/htmltextnode.c | 6 +- dlls/mshtml/omnavigator.c | 2 +- dlls/mshtml/tests/dom.c | 30 ++++---- dlls/mshtml/txtrange.c | 24 +++--- include/mshtml.idl | 162 +++++++++++++++++++++--------------------- 14 files changed, 178 insertions(+), 178 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cb133a12d0a5c76d56efc6...