Eric Pouech : mshtml: Enable compilation with long types.

Alexandre Julliard julliard at winehq.org
Tue Feb 15 16:07:18 CST 2022


Module: wine
Branch: master
Commit: 210abcd81a12d4806294ed057a35979aa12fb262
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=210abcd81a12d4806294ed057a35979aa12fb262

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Tue Feb 15 07:29:41 2022 +0100

mshtml: Enable compilation with long types.

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mshtml/Makefile.in      |   1 -
 dlls/mshtml/conpoint.c       |  10 +--
 dlls/mshtml/dispex.c         |  58 +++++++--------
 dlls/mshtml/editor.c         |  28 +++----
 dlls/mshtml/htmlanchor.c     |   8 +-
 dlls/mshtml/htmlarea.c       |   6 +-
 dlls/mshtml/htmlattr.c       |   4 +-
 dlls/mshtml/htmlbody.c       |  22 +++---
 dlls/mshtml/htmlcomment.c    |   2 +-
 dlls/mshtml/htmlcurstyle.c   |   6 +-
 dlls/mshtml/htmldoc.c        | 112 ++++++++++++++--------------
 dlls/mshtml/htmlelem.c       | 170 +++++++++++++++++++++----------------------
 dlls/mshtml/htmlelemcol.c    |  30 ++++----
 dlls/mshtml/htmlevent.c      |  38 +++++-----
 dlls/mshtml/htmlform.c       |  38 +++++-----
 dlls/mshtml/htmlframe.c      |  26 +++----
 dlls/mshtml/htmlimg.c        |  38 +++++-----
 dlls/mshtml/htmlinput.c      |  74 +++++++++----------
 dlls/mshtml/htmllink.c       |   4 +-
 dlls/mshtml/htmllocation.c   |  10 +--
 dlls/mshtml/htmlnode.c       |  46 ++++++------
 dlls/mshtml/htmlobject.c     |  18 ++---
 dlls/mshtml/htmlscript.c     |  10 +--
 dlls/mshtml/htmlselect.c     |  68 ++++++++---------
 dlls/mshtml/htmlstorage.c    |   6 +-
 dlls/mshtml/htmlstyle.c      |  52 ++++++-------
 dlls/mshtml/htmlstyleelem.c  |   4 +-
 dlls/mshtml/htmlstylesheet.c |  58 +++++++--------
 dlls/mshtml/htmltable.c      |  72 +++++++++---------
 dlls/mshtml/htmltextarea.c   |  10 +--
 dlls/mshtml/htmltextnode.c   |  16 ++--
 dlls/mshtml/htmlwindow.c     | 108 +++++++++++++--------------
 dlls/mshtml/ifacewrap.c      |   4 +-
 dlls/mshtml/loadopts.c       |   8 +-
 dlls/mshtml/main.c           |  12 +--
 dlls/mshtml/mutation.c       |  20 ++---
 dlls/mshtml/navigate.c       |  64 ++++++++--------
 dlls/mshtml/npplugin.c       |   4 +-
 dlls/mshtml/nsembed.c        | 100 ++++++++++++-------------
 dlls/mshtml/nsevents.c       |  12 +--
 dlls/mshtml/nsio.c           |  74 +++++++++----------
 dlls/mshtml/nsservice.c      |   4 +-
 dlls/mshtml/olecmd.c         | 114 ++++++++++++++---------------
 dlls/mshtml/oleobj.c         |  52 ++++++-------
 dlls/mshtml/omnavigator.c    |  56 +++++++-------
 dlls/mshtml/persist.c        |  32 ++++----
 dlls/mshtml/pluginhost.c     | 114 ++++++++++++++---------------
 dlls/mshtml/protocol.c       |  38 +++++-----
 dlls/mshtml/range.c          |  72 +++++++++---------
 dlls/mshtml/script.c         |  70 +++++++++---------
 dlls/mshtml/secmgr.c         |  10 +--
 dlls/mshtml/selection.c      |  12 +--
 dlls/mshtml/service.c        |   8 +-
 dlls/mshtml/svg.c            |  16 ++--
 dlls/mshtml/task.c           |   4 +-
 dlls/mshtml/view.c           |  40 +++++-----
 dlls/mshtml/xmlhttprequest.c |  36 ++++-----
 57 files changed, 1064 insertions(+), 1065 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=210abcd81a12d4806294ed057a35979aa12fb262



More information about the wine-cvs mailing list