Module: wine Branch: master Commit: 589071d2c706e718ba5bcf61a5d8ed18f24714c3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=589071d2c706e718ba5bcf61a...
Author: Eric Pouech eric.pouech@gmail.com Date: Fri Feb 11 08:39:53 2022 +0100
ieframe: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ieframe/Makefile.in | 1 - dlls/ieframe/classinfo.c | 4 +-- dlls/ieframe/client.c | 22 ++++++------ dlls/ieframe/dochost.c | 52 ++++++++++++++-------------- dlls/ieframe/events.c | 10 +++--- dlls/ieframe/ie.c | 24 ++++++------- dlls/ieframe/ieframe_main.c | 8 ++--- dlls/ieframe/iehtmlwnd.c | 22 ++++++------ dlls/ieframe/iexplore.c | 10 +++--- dlls/ieframe/intshcut.c | 20 +++++------ dlls/ieframe/navigate.c | 80 ++++++++++++++++++++++---------------------- dlls/ieframe/oleobject.c | 44 ++++++++++++------------ dlls/ieframe/persist.c | 4 +-- dlls/ieframe/shellbrowser.c | 24 ++++++------- dlls/ieframe/shelluihelper.c | 10 +++--- dlls/ieframe/urlhist.c | 8 ++--- dlls/ieframe/view.c | 12 +++---- dlls/ieframe/webbrowser.c | 18 +++++----- 18 files changed, 186 insertions(+), 187 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=589071d2c706e718ba5bc...