ChangeSet ID: 10167 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/21 18:00:53
Modified files: libs/unicode : wine_unicode.def string.c sortkey.c include/wine : unicode.h dlls/shlwapi/tests: string.c dlls/shlwapi : string.c dlls/kernel/tests: locale.c dlls/kernel : locale.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com Move CompareString implementation to libwine_unicode, add a bunch of CompareString tests.
Patch: http://cvs.winehq.com/patch.py?id=10167
Old revision New revision Changes Path 1.5 1.6 +1 -0 wine/libs/unicode/wine_unicode.def 1.3 1.4 +2 -2 wine/libs/unicode/string.c 1.1 1.2 +208 -11 wine/libs/unicode/sortkey.c 1.24 1.25 +1 -0 wine/include/wine/unicode.h 1.1 1.2 +49 -31 wine/dlls/shlwapi/tests/string.c 1.38 1.39 +2 -2 wine/dlls/shlwapi/string.c 1.22 1.23 +317 -6 wine/dlls/kernel/tests/locale.c 1.25 1.26 +30 -16 wine/dlls/kernel/locale.c