wine/ dlls/msvcrt/console.c dlls/msvcrt/cpp.c ...
ChangeSet ID: 988050055801704645622522 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine2. 01/04/23 14:20:55 Modified files: dlls/msvcrt : console.c cpp.c heap.c misc.c string.c include/msvcrt : stdlib.h Added files: include/msvcrt : malloc.h search.h Log message: Francois Gouget <fgouget(a)codeweavers.com> Add msvcrt/malloc.h (for the MFC). Add msvcrt/search.h. Move duplicated definitions to the new headers. Use malloc.h instead of stdlib.h when sensible. Patch: http://cvs.winehq.com/patch.py?id=988050055801704645622522 Revision Changes Path 1.4 +1 -1 wine/dlls/msvcrt/console.c 1.5 +2 -2 wine/dlls/msvcrt/cpp.c 1.5 +22 -38 wine/dlls/msvcrt/heap.c 1.5 +4 -5 wine/dlls/msvcrt/misc.c 1.4 +1 -1 wine/dlls/msvcrt/string.c 1.2 +2 -18 wine/include/msvcrt/stdlib.h 1.1 +0 -0 wine/include/msvcrt/malloc.h 1.1 +0 -0 wine/include/msvcrt/search.h
participants (1)
-
Alexandre Julliard