ChangeSet ID: 13492 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/25 12:33:02
Modified files: dlls/comctl32 : updown.c treeview.c trackbar.c tooltips.c tab.c syslink.c status.c rebar.c propsheet.c progress.c pager.c nativefont.c monthcal.c listview.c ipaddress.c hotkey.c header.c flatsb.c datetime.c commctrl.c comboex.c animate.c
Log message: Robert Shearman rob@codeweavers.com Replace GetWindowLong by GetWindowLongPtr.
Patch: http://cvs.winehq.org/patch.py?id=13492
Old revision New revision Changes Path 1.58 1.59 +6 -6 wine/dlls/comctl32/updown.c 1.148 1.149 +17 -17 wine/dlls/comctl32/treeview.c 1.59 1.60 +5 -5 wine/dlls/comctl32/trackbar.c 1.67 1.68 +3 -3 wine/dlls/comctl32/tooltips.c 1.96 1.97 +5 -5 wine/dlls/comctl32/tab.c 1.1 1.2 +4 -4 wine/dlls/comctl32/syslink.c 1.64 1.65 +8 -8 wine/dlls/comctl32/status.c 1.93 1.94 +3 -3 wine/dlls/comctl32/rebar.c 1.109 1.110 +19 -19 wine/dlls/comctl32/propsheet.c 1.37 1.38 +3 -3 wine/dlls/comctl32/progress.c 1.46 1.47 +7 -7 wine/dlls/comctl32/pager.c 1.21 1.22 +3 -3 wine/dlls/comctl32/nativefont.c 1.44 1.45 +9 -9 wine/dlls/comctl32/monthcal.c 1.392 1.393 +11 -11 wine/dlls/comctl32/listview.c 1.37 1.38 +9 -9 wine/dlls/comctl32/ipaddress.c 1.28 1.29 +3 -3 wine/dlls/comctl32/hotkey.c 1.63 1.64 +7 -7 wine/dlls/comctl32/header.c 1.29 1.30 +1 -1 wine/dlls/comctl32/flatsb.c 1.43 1.44 +6 -6 wine/dlls/comctl32/datetime.c 1.82 1.83 +12 -12 wine/dlls/comctl32/commctrl.c 1.71 1.72 +11 -11 wine/dlls/comctl32/comboex.c 1.54 1.55 +5 -5 wine/dlls/comctl32/animate.c