ChangeSet ID: 19916 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/30 05:07:18
Modified files: include : prsht.h commctrl.h dlls/comctl32 : treeview.c tooltips.c toolbar.c theming.c tab.c status.c propsheet.c listview.c ipaddress.c imagelist.c header.c commctrl.c comctl32undoc.c comboex.c animate.c
Log message: Frank Richter frank.richter@gmail.com Fix warnings in 64bit.
Patch: http://cvs.winehq.org/patch.py?id=19916
Old revision New revision Changes Path 1.27 1.28 +2 -2 wine/include/prsht.h 1.154 1.155 +16 -16 wine/include/commctrl.h 1.173 1.174 +15 -14 wine/dlls/comctl32/treeview.c 1.78 1.79 +24 -24 wine/dlls/comctl32/tooltips.c 1.223 1.224 +4 -5 wine/dlls/comctl32/toolbar.c 1.7 1.8 +1 -1 wine/dlls/comctl32/theming.c 1.117 1.118 +1 -1 wine/dlls/comctl32/tab.c 1.74 1.75 +1 -1 wine/dlls/comctl32/status.c 1.134 1.135 +22 -22 wine/dlls/comctl32/propsheet.c 1.428 1.429 +10 -10 wine/dlls/comctl32/listview.c 1.42 1.43 +1 -1 wine/dlls/comctl32/ipaddress.c 1.99 1.100 +2 -2 wine/dlls/comctl32/imagelist.c 1.81 1.82 +1 -1 wine/dlls/comctl32/header.c 1.96 1.97 +12 -12 wine/dlls/comctl32/commctrl.c 1.101 1.102 +4 -4 wine/dlls/comctl32/comctl32undoc.c 1.83 1.84 +10 -10 wine/dlls/comctl32/comboex.c 1.67 1.68 +10 -11 wine/dlls/comctl32/animate.c