ChangeSet ID: 9782 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/14 22:35:54
Modified files: tools/winegcc : winewrap.c utils.h utils.c programs/winemenubuilder: winemenubuilder.c libs/port : spawn.c include/wine : port.h dlls/msvcrt/tests: cpp.c dlls/msvcrt : file.c
Log message: Daniel Marmier d.marmier@bluewin.ch Fixed warnings with gcc option "-Wwrite-strings".
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9782
Old revision New revision Changes Path 1.7 1.8 +3 -2 wine/tools/winegcc/winewrap.c 1.1 1.2 +3 -3 wine/tools/winegcc/utils.h 1.1 1.2 +3 -3 wine/tools/winegcc/utils.c 1.6 1.7 +1 -1 wine/programs/winemenubuilder/winemenubuilder.c 1.3 1.4 +3 -3 wine/libs/port/spawn.c 1.42 1.43 +1 -1 wine/include/wine/port.h 1.1 1.2 +2 -1 wine/dlls/msvcrt/tests/cpp.c 1.55 1.56 +1 -1 wine/dlls/msvcrt/file.c