ChangeSet ID: 986945125490308644250035 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/04/10 19:25:26
Modified files: dlls/msvcrt : Makefile.in console.c cpp.c ctype.c data.c dir.c environ.c errno.c exit.c file.c heap.c locale.c main.c math.c mbcs.c misc.c msvcrt.h msvcrt.spec process.c string.c thread.c time.c wcs.c
Log message: Francois Gouget fgouget@free.fr Include the msvcrt headers, remove duplicate definitions. Fixed the signature of a few functions. Don't use wcs* functions, use *W (from unicode.h) instead.
Patch: http://cvs.winehq.com/patch.py?id=986945125490308644250035
Revision Changes Path 1.2 +1 -0 wine/dlls/msvcrt/Makefile.in 1.3 +7 -3 wine/dlls/msvcrt/console.c 1.4 +3 -0 wine/dlls/msvcrt/cpp.c 1.4 +3 -12 wine/dlls/msvcrt/ctype.c 1.7 +25 -14 wine/dlls/msvcrt/data.c 1.4 +34 -64 wine/dlls/msvcrt/dir.c 1.4 +4 -3 wine/dlls/msvcrt/environ.c 1.4 +6 -7 wine/dlls/msvcrt/errno.c 1.4 +11 -11 wine/dlls/msvcrt/exit.c 1.5 +54 -124 wine/dlls/msvcrt/file.c 1.4 +3 -0 wine/dlls/msvcrt/heap.c 1.5 +2 -10 wine/dlls/msvcrt/locale.c 1.3 +4 -5 wine/dlls/msvcrt/main.c 1.8 +4 -2 wine/dlls/msvcrt/math.c 1.5 +5 -2 wine/dlls/msvcrt/mbcs.c 1.4 +4 -2 wine/dlls/msvcrt/misc.c 1.5 +8 -13 wine/dlls/msvcrt/msvcrt.h 1.9 +2 -2 wine/dlls/msvcrt/msvcrt.spec 1.5 +11 -18 wine/dlls/msvcrt/process.c 1.3 +2 -0 wine/dlls/msvcrt/string.c 1.4 +3 -1 wine/dlls/msvcrt/thread.c 1.3 +10 -13 wine/dlls/msvcrt/time.c 1.5 +21 -20 wine/dlls/msvcrt/wcs.c