Moved heap functions to ntdll.
commitb0f586178afda68e5aa053e99a6b134e3b67557c
authorAlexandre Julliard <julliard@winehq.org>
Wed, 19 Dec 2001 19:16:27 +0000 (19 19:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Dec 2001 19:16:27 +0000 (19 19:16 +0000)
tree2b4692521dca6f748c9449e8e6705a3829d3dca1
parent024d39fcb1926d1f64413b57845bd6a894313c94
Moved heap functions to ntdll.
Got rid of internal heap flags.
Reimplemented MapLS to not depend on the segptr heap.
14 files changed:
dlls/kernel/kernel32.spec
dlls/ntdll/Makefile.in
dlls/ntdll/debugtools.c
dlls/ntdll/heap.c [copied from memory/heap.c with 52% similarity]
dlls/ntdll/ntdll.spec
dlls/ntdll/rtl.c
dlls/ole32/ifs.c
graphics/win16drv/font.c
include/heap.h
include/ntddk.h
include/winbase.h
include/winnt.h
memory/heap.c
memory/selector.c