ChangeSet ID: 20603 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/10/06 06:38:45
Modified files: programs/winefile: winefile.c dlls/shell32/tests: shlfolder.c dlls/shell32 : shfldr_desktop.c enumidlist.c dlls/ole32/tests: storage32.c dlls/commdlg : printdlg.c filedlg.c dlls/comctl32 : theming.c tab.c status.c rebar.c
Log message: Francois Gouget fgouget@free.fr Use "static const" rather than "const static" as gcc -W complains about the former.
Patch: http://cvs.winehq.org/patch.py?id=20603
Old revision New revision Changes Path 1.61 1.62 +25 -25 wine/programs/winefile/winefile.c 1.37 1.38 +2 -2 wine/dlls/shell32/tests/shlfolder.c 1.46 1.47 +1 -1 wine/dlls/shell32/shfldr_desktop.c 1.46 1.47 +3 -3 wine/dlls/shell32/enumidlist.c 1.13 1.14 +1 -1 wine/dlls/ole32/tests/storage32.c 1.95 1.96 +8 -8 wine/dlls/commdlg/printdlg.c 1.114 1.115 +1 -1 wine/dlls/commdlg/filedlg.c 1.9 1.10 +1 -1 wine/dlls/comctl32/theming.c 1.119 1.120 +1 -1 wine/dlls/comctl32/tab.c 1.75 1.76 +1 -1 wine/dlls/comctl32/status.c 1.111 1.112 +1 -1 wine/dlls/comctl32/rebar.c