ChangeSet ID: 5960 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/23 17:19:12
Modified files: dlls/comctl32 : updown.c treeview.c trackbar.c tooltips.c toolbar.c tab.c status.c smoothscroll.c rebar.c propsheet.c progress.c pager.c monthcal.c listview.c ipaddress.c imagelist.c hotkey.c header.c flatsb.c draglist.c datetime.c commctrl.c comctl32undoc.c comboex.c animate.c Makefile.in
Log message: Michael Stefaniuc mstefani@redhat.de - fix the "int format, HANDLE arg" type of warnings for comctl32 - compile the comctl32 dll with -DSTRICT
Patch: http://cvs.winehq.com/patch.py?id=5960
Old revision New revision Changes Path 1.46 1.47 +9 -9 wine/dlls/comctl32/updown.c 1.104 1.105 +5 -5 wine/dlls/comctl32/treeview.c 1.42 1.43 +1 -1 wine/dlls/comctl32/trackbar.c 1.50 1.51 +11 -11 wine/dlls/comctl32/tooltips.c 1.122 1.123 +19 -19 wine/dlls/comctl32/toolbar.c 1.71 1.72 +6 -6 wine/dlls/comctl32/tab.c 1.54 1.55 +2 -2 wine/dlls/comctl32/status.c 1.4 1.5 +1 -1 wine/dlls/comctl32/smoothscroll.c 1.65 1.66 +16 -16 wine/dlls/comctl32/rebar.c 1.72 1.73 +3 -3 wine/dlls/comctl32/propsheet.c 1.27 1.28 +4 -4 wine/dlls/comctl32/progress.c 1.36 1.37 +35 -35 wine/dlls/comctl32/pager.c 1.34 1.35 +3 -3 wine/dlls/comctl32/monthcal.c 1.288 1.289 +13 -13 wine/dlls/comctl32/listview.c 1.28 1.29 +4 -4 wine/dlls/comctl32/ipaddress.c 1.64 1.65 +8 -8 wine/dlls/comctl32/imagelist.c 1.23 1.24 +2 -2 wine/dlls/comctl32/hotkey.c 1.51 1.52 +1 -1 wine/dlls/comctl32/header.c 1.23 1.24 +6 -6 wine/dlls/comctl32/flatsb.c 1.14 1.15 +3 -3 wine/dlls/comctl32/draglist.c 1.32 1.33 +5 -5 wine/dlls/comctl32/datetime.c 1.60 1.61 +8 -8 wine/dlls/comctl32/commctrl.c 1.71 1.72 +16 -16 wine/dlls/comctl32/comctl32undoc.c 1.56 1.57 +8 -8 wine/dlls/comctl32/comboex.c 1.41 1.42 +1 -1 wine/dlls/comctl32/animate.c 1.28 1.29 +1 -1 wine/dlls/comctl32/Makefile.in