ChangeSet ID: 1007590296575895801652223 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/12/05 17:11:36
Modified files: dlls/msvcrt : mbcs.c msvcrt.spec include : Makefile.in include/msvcrt : string.h Added files: include/msvcrt : mbctype.h mbstring.h
Log message: François Gouget fgouget@codeweavers.com Cleanup and improve the mbcs support. Add mbctype.h and mbstring.h. Implement putwc and putwchar.
Patch: http://cvs.winehq.com/patch.py?id=1007590296575895801652223
Revision Changes Path 1.15 +419 -267 wine/dlls/msvcrt/mbcs.c 1.26 +5 -5 wine/dlls/msvcrt/msvcrt.spec 1.36 +2 -0 wine/include/Makefile.in 1.4 +0 -3 wine/include/msvcrt/string.h 1.1 +0 -0 wine/include/msvcrt/mbctype.h 1.1 +0 -0 wine/include/msvcrt/mbstring.h