wine/ dlls/kernel/kernel32.spec dlls/ntdll/Mak ...

Alexandre Julliard julliard at winehq.com
Wed Dec 19 13:16:31 CST 2001


ChangeSet ID:	1008789390367047399282455
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/12/19 14:16:30

Modified files:
	dlls/kernel    : kernel32.spec 
	dlls/ntdll     : Makefile.in debugtools.c ntdll.spec rtl.c 
	dlls/ole32     : ifs.c 
	graphics/win16drv: font.c 
	include        : heap.h ntddk.h winbase.h winnt.h 
	memory         : heap.c selector.c 
Added files:
	dlls/ntdll     : heap.c 

Log message:
	Moved heap functions to ntdll.
	Got rid of internal heap flags.
	Reimplemented MapLS to not depend on the segptr heap.

Patch: http://cvs.winehq.com/patch.py?id=1008789390367047399282455

Revision  Changes    Path
 1.44     +4 -4      wine/dlls/kernel/kernel32.spec
 1.20     +1 -0      wine/dlls/ntdll/Makefile.in
 1.13     +3 -2      wine/dlls/ntdll/debugtools.c
 1.56     +8 -8      wine/dlls/ntdll/ntdll.spec
 1.43     +0 -58     wine/dlls/ntdll/rtl.c
 1.1     +0 -0       wine/dlls/ntdll/heap.c
 1.17     +17 -10    wine/dlls/ole32/ifs.c
 1.23     +1 -1      wine/graphics/win16drv/font.c
 1.20     +5 -7      wine/include/heap.h
 1.36     +1 -0      wine/include/ntddk.h
 1.131    +23 -14    wine/include/winbase.h
 1.97     +1 -5      wine/include/winnt.h
 1.53     +94 -1545  wine/memory/heap.c
 1.42     +78 -0     wine/memory/selector.c





More information about the wine-cvs mailing list