ChangeSet ID: 7427 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/12 16:30:16
Modified files: unicode : wine_unicode.def string.c include/wine : unicode.h dlls/ntdll : wcstring.c dlls/msvcrt : wcs.c
Log message: Dmitry Timoshkov dmitry@baikal.ru Move vsnwprintf implementation to libwine_unicode, export snprintfW and vsnprintfW from there, forward MSVCRT and NTDLL functions to libwine_unicode.
Patch: http://cvs.winehq.com/patch.py?id=7427
Old revision New revision Changes Path 1.2 1.3 +2 -0 wine/unicode/wine_unicode.def 1.3 1.4 +131 -0 wine/unicode/string.c 1.16 1.17 +2 -0 wine/include/wine/unicode.h 1.18 1.19 +2 -127 wine/dlls/ntdll/wcstring.c 1.13 1.14 +2 -119 wine/dlls/msvcrt/wcs.c