ChangeSet ID: 101166103753348406823352 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 02/01/21 19:57:19
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 process.c string.c thread.c time.c wcs.c
Log message: Don't include debugtools.h in the header file, moved it to the C files that need it (and used the new wine/debug.h while we are at it).
Patch: http://cvs.winehq.com/patch.py?id=101166103753348406823352
Revision Changes Path 1.5 +3 -1 wine/dlls/msvcrt/console.c 1.10 +3 -1 wine/dlls/msvcrt/cpp.c 1.5 +3 -1 wine/dlls/msvcrt/ctype.c 1.12 +3 -1 wine/dlls/msvcrt/data.c 1.6 +3 -1 wine/dlls/msvcrt/dir.c 1.7 +3 -1 wine/dlls/msvcrt/environ.c 1.6 +3 -1 wine/dlls/msvcrt/errno.c 1.10 +3 -1 wine/dlls/msvcrt/except.c 1.6 +3 -1 wine/dlls/msvcrt/exit.c 1.14 +3 -1 wine/dlls/msvcrt/file.c 1.8 +3 -1 wine/dlls/msvcrt/heap.c 1.10 +3 -1 wine/dlls/msvcrt/locale.c 1.7 +3 -1 wine/dlls/msvcrt/main.c 1.11 +3 -1 wine/dlls/msvcrt/math.c 1.16 +3 -1 wine/dlls/msvcrt/mbcs.c 1.6 +3 -1 wine/dlls/msvcrt/misc.c 1.9 +0 -1 wine/dlls/msvcrt/msvcrt.h 1.9 +3 -1 wine/dlls/msvcrt/process.c 1.6 +3 -1 wine/dlls/msvcrt/string.c 1.7 +3 -1 wine/dlls/msvcrt/thread.c 1.8 +3 -1 wine/dlls/msvcrt/time.c 1.9 +3 -1 wine/dlls/msvcrt/wcs.c