ChangeSet ID: 986937368252897743601352 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/04/10 17:16:08
Modified files: dlls/msvcrt : console.c cpp.c ctype.c data.c dir.c environ.c errno.c except.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 Adjust the 'MSVCRT_' prefix to match the msvcrt headers Prefix internal methods with 'msvcrt_' instead of 'MSVCRT_', '__MSVCRT_', etc. Remove '_cdecl', it's unnecessary
Patch: http://cvs.winehq.com/patch.py?id=986937368252897743601352
Revision Changes Path 1.2 +30 -30 wine/dlls/msvcrt/console.c 1.3 +31 -31 wine/dlls/msvcrt/cpp.c 1.3 +54 -55 wine/dlls/msvcrt/ctype.c 1.6 +27 -27 wine/dlls/msvcrt/data.c 1.3 +56 -56 wine/dlls/msvcrt/dir.c 1.3 +5 -5 wine/dlls/msvcrt/environ.c 1.3 +7 -7 wine/dlls/msvcrt/errno.c 1.5 +25 -25 wine/dlls/msvcrt/except.c 1.3 +17 -17 wine/dlls/msvcrt/exit.c 1.4 +177 -177 wine/dlls/msvcrt/file.c 1.3 +17 -17 wine/dlls/msvcrt/heap.c 1.4 +9 -9 wine/dlls/msvcrt/locale.c 1.2 +30 -30 wine/dlls/msvcrt/main.c 1.7 +70 -70 wine/dlls/msvcrt/math.c 1.4 +48 -48 wine/dlls/msvcrt/mbcs.c 1.3 +12 -10 wine/dlls/msvcrt/misc.c 1.4 +8 -8 wine/dlls/msvcrt/msvcrt.h 1.8 +250 -249 wine/dlls/msvcrt/msvcrt.spec 1.4 +21 -21 wine/dlls/msvcrt/process.c 1.2 +12 -12 wine/dlls/msvcrt/string.c 1.3 +6 -6 wine/dlls/msvcrt/thread.c 1.2 +9 -9 wine/dlls/msvcrt/time.c 1.4 +29 -29 wine/dlls/msvcrt/wcs.c