ChangeSet ID: 16859 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/25 14:49:00
Modified files: dlls/comctl32 : toolbar.c syslink.c propsheet.c listview.c imagelist.c commctrl.c animate.c
Log message: Dimitrie O. Paun dpaun@rogers.com Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAlloc,Free}().
Patch: http://cvs.winehq.org/patch.py?id=16859
Old revision New revision Changes Path 1.210 1.211 +11 -11 wine/dlls/comctl32/toolbar.c 1.10 1.11 +15 -18 wine/dlls/comctl32/syslink.c 1.125 1.126 +13 -13 wine/dlls/comctl32/propsheet.c 1.405 1.406 +4 -5 wine/dlls/comctl32/listview.c 1.96 1.97 +5 -5 wine/dlls/comctl32/imagelist.c 1.92 1.93 +8 -8 wine/dlls/comctl32/commctrl.c 1.66 1.67 +12 -13 wine/dlls/comctl32/animate.c