ChangeSet ID: 9373 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/17 15:15:22
Modified files: include : commctrl.h dlls/shell32 : shlview.c shell32_main.c iconcache.c dlls/comctl32 : updown.c treeview.c tooltips.c toolbar.c status.c rebar.c progress.c pager.c nativefont.c listview.c ipaddress.c imagelist.c datetime.c comctl32undoc.c comctl32.h comboex.c animate.c
Log message: Moved undocumented functions out of the exported commctrl.h.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9373
Old revision New revision Changes Path 1.116 1.117 +24 -95 wine/include/commctrl.h 1.85 1.86 +11 -11 wine/dlls/shell32/shlview.c 1.122 1.123 +0 -9 wine/dlls/shell32/shell32_main.c 1.68 1.69 +7 -12 wine/dlls/shell32/iconcache.c 1.53 1.54 +1 -0 wine/dlls/comctl32/updown.c 1.127 1.128 +1 -1 wine/dlls/comctl32/treeview.c 1.58 1.59 +1 -0 wine/dlls/comctl32/tooltips.c 1.138 1.139 +1 -1 wine/dlls/comctl32/toolbar.c 1.60 1.61 +1 -0 wine/dlls/comctl32/status.c 1.75 1.76 +1 -0 wine/dlls/comctl32/rebar.c 1.33 1.34 +1 -0 wine/dlls/comctl32/progress.c 1.43 1.44 +1 -0 wine/dlls/comctl32/pager.c 1.19 1.20 +1 -0 wine/dlls/comctl32/nativefont.c 1.365 1.366 +42 -42 wine/dlls/comctl32/listview.c 1.32 1.33 +1 -0 wine/dlls/comctl32/ipaddress.c 1.77 1.78 +1 -0 wine/dlls/comctl32/imagelist.c 1.39 1.40 +1 -0 wine/dlls/comctl32/datetime.c 1.83 1.84 +39 -25 wine/dlls/comctl32/comctl32undoc.c 1.22 1.23 +24 -0 wine/dlls/comctl32/comctl32.h 1.65 1.66 +1 -0 wine/dlls/comctl32/comboex.c 1.49 1.50 +1 -0 wine/dlls/comctl32/animate.c