Eric Pouech : comctl32/tests: Enable compilation with long types.

Alexandre Julliard julliard at winehq.org
Mon Feb 28 15:50:26 CST 2022


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

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Mon Feb 28 08:25:25 2022 +0100

comctl32/tests: Enable compilation with long types.

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

---

 dlls/comctl32/tests/Makefile.in  |   1 -
 dlls/comctl32/tests/animate.c    |   4 +-
 dlls/comctl32/tests/button.c     | 196 ++++++++++++++++-----------------
 dlls/comctl32/tests/combo.c      | 114 ++++++++++----------
 dlls/comctl32/tests/datetime.c   |  62 +++++------
 dlls/comctl32/tests/dpa.c        |  68 ++++++------
 dlls/comctl32/tests/edit.c       | 198 +++++++++++++++++-----------------
 dlls/comctl32/tests/header.c     |  74 ++++++-------
 dlls/comctl32/tests/imagelist.c  | 120 ++++++++++-----------
 dlls/comctl32/tests/listbox.c    | 226 +++++++++++++++++++--------------------
 dlls/comctl32/tests/listview.c   | 138 ++++++++++++------------
 dlls/comctl32/tests/misc.c       |  58 +++++-----
 dlls/comctl32/tests/monthcal.c   |  40 +++----
 dlls/comctl32/tests/mru.c        |  28 ++---
 dlls/comctl32/tests/msg.h        |  16 +--
 dlls/comctl32/tests/pager.c      |  30 +++---
 dlls/comctl32/tests/progress.c   |  12 +--
 dlls/comctl32/tests/propsheet.c  |  84 +++++++--------
 dlls/comctl32/tests/rebar.c      |  20 ++--
 dlls/comctl32/tests/static.c     |   4 +-
 dlls/comctl32/tests/status.c     |  13 ++-
 dlls/comctl32/tests/subclass.c   |   2 +-
 dlls/comctl32/tests/syslink.c    |  10 +-
 dlls/comctl32/tests/tab.c        |  40 +++----
 dlls/comctl32/tests/taskdialog.c |  16 +--
 dlls/comctl32/tests/toolbar.c    | 184 +++++++++++++++----------------
 dlls/comctl32/tests/tooltips.c   |  82 +++++++-------
 dlls/comctl32/tests/trackbar.c   |  10 +-
 dlls/comctl32/tests/treeview.c   |  58 +++++-----
 dlls/comctl32/tests/updown.c     |  22 ++--
 dlls/comctl32/tests/v6util.h     |   4 +-
 include/commctrl.h               |   4 +-
 32 files changed, 971 insertions(+), 967 deletions(-)

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



More information about the wine-cvs mailing list