wine/ dlls/msvcrt/console.c dlls/msvcrt/cpp.c ...

Alexandre Julliard julliard at winehq.com
Mon Apr 23 13:20:55 CDT 2001


ChangeSet ID:	988050055801704645622522
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at 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 at 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





More information about the wine-cvs mailing list