ChangeSet ID: 7582 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/21 15:30:51
Modified files: tools/wrc : utils.c parser.l tools/wmc : write.c mcl.c lang.c memory : codepage.c libs/unicode : wine_unicode.def wctype.c wctomb.c utf8.c mbtowc.c cptable.c cpmap.pl casemap.c include/wine : unicode.h dlls/ntdll : rtlstr.c
Log message: Added 'wine' prefix to libwine_unicode exports.
Patch: http://cvs.winehq.com/patch.py?id=7582
Old revision New revision Changes Path 1.18 1.19 +7 -7 wine/tools/wrc/utils.c 1.23 1.24 +1 -1 wine/tools/wrc/parser.l 1.6 1.7 +2 -3 wine/tools/wmc/write.c 1.5 1.6 +1 -2 wine/tools/wmc/mcl.c 1.5 1.6 +2 -2 wine/tools/wmc/lang.c 1.18 1.19 +15 -15 wine/memory/codepage.c 1.1 1.2 +18 -18 wine/libs/unicode/wine_unicode.def 1.1 1.2 +1 -1 wine/libs/unicode/wctype.c 1.1 1.2 +3 -3 wine/libs/unicode/wctomb.c 1.1 1.2 +2 -2 wine/libs/unicode/utf8.c 1.1 1.2 +3 -3 wine/libs/unicode/mbtowc.c 1.1 1.2 +2 -2 wine/libs/unicode/cptable.c 1.1 1.2 +3 -3 wine/libs/unicode/cpmap.pl 1.1 1.2 +2 -2 wine/libs/unicode/casemap.c 1.18 1.19 +16 -16 wine/include/wine/unicode.h 1.28 1.29 +13 -13 wine/dlls/ntdll/rtlstr.c