ChangeSet ID: 9473 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/22 16:32:34
Modified files: dlls/comctl32 : updown.c treeview.c trackbar.c tooltips.c toolbar.c tab.c status.c rebar.c propsheet.c progress.c pager.c nativefont.c monthcal.c listview.c ipaddress.c imagelist.c hotkey.c header.c datetime.c comctl32.h comboex.c animate.c
Log message: Dimitrie O. Paun dpaun@rogers.com Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc,Free}.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9473
Old revision New revision Changes Path 1.54 1.55 +5 -5 wine/dlls/comctl32/updown.c 1.128 1.129 +20 -20 wine/dlls/comctl32/treeview.c 1.55 1.56 +6 -6 wine/dlls/comctl32/trackbar.c 1.59 1.60 +30 -30 wine/dlls/comctl32/tooltips.c 1.139 1.140 +54 -54 wine/dlls/comctl32/toolbar.c 1.83 1.84 +13 -13 wine/dlls/comctl32/tab.c 1.61 1.62 +18 -18 wine/dlls/comctl32/status.c 1.76 1.77 +23 -23 wine/dlls/comctl32/rebar.c 1.88 1.89 +18 -18 wine/dlls/comctl32/propsheet.c 1.34 1.35 +2 -2 wine/dlls/comctl32/progress.c 1.44 1.45 +2 -2 wine/dlls/comctl32/pager.c 1.20 1.21 +2 -2 wine/dlls/comctl32/nativefont.c 1.41 1.42 +7 -7 wine/dlls/comctl32/monthcal.c 1.367 1.368 +29 -29 wine/dlls/comctl32/listview.c 1.33 1.34 +2 -2 wine/dlls/comctl32/ipaddress.c 1.78 1.79 +2 -2 wine/dlls/comctl32/imagelist.c 1.26 1.27 +2 -2 wine/dlls/comctl32/hotkey.c 1.58 1.59 +21 -21 wine/dlls/comctl32/header.c 1.40 1.41 +7 -7 wine/dlls/comctl32/datetime.c 1.24 1.25 +0 -5 wine/dlls/comctl32/comctl32.h 1.66 1.67 +22 -22 wine/dlls/comctl32/comboex.c 1.50 1.51 +2 -2 wine/dlls/comctl32/animate.c