ChangeSet ID: 6675 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2002/12/16 16:43:59 Modified files: dlls/comctl32 : treeview.c rebar.c propsheet.c progress.c comctl32undoc.c comboex.c Log message: Rolf Kalbermatter <rolf.kalbermatter(a)citeng.com> Add config.h/port.h to allow compilation/linking in MSVC. Fix some unsigned/signed warnings. Patch: http://cvs.winehq.com/patch.py?id=6675 Old revision New revision Changes Path 1.110 1.111 +3 -0 wine/dlls/comctl32/treeview.c 1.68 1.69 +11 -8 wine/dlls/comctl32/rebar.c 1.76 1.77 +2 -2 wine/dlls/comctl32/propsheet.c 1.29 1.30 +1 -1 wine/dlls/comctl32/progress.c 1.74 1.75 +6 -4 wine/dlls/comctl32/comctl32undoc.c 1.61 1.62 +1 -1 wine/dlls/comctl32/comboex.c