mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Remove fixed heap base address (HEAP_BASE) to enable bottom-up heap allocation.
svn path=/trunk/; revision=11197
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: rtl.h,v 1.49 2004/10/04 21:38:48 ion Exp $
|
||||
/* $Id: rtl.h,v 1.50 2004/10/05 10:40:13 ekohl Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -173,8 +173,6 @@ typedef struct _RTL_HANDLE_TABLE
|
||||
} RTL_HANDLE_TABLE, *PRTL_HANDLE_TABLE;
|
||||
|
||||
|
||||
#define HEAP_BASE (0xA0000000)
|
||||
|
||||
/* RtlQueryProcessDebugInformation */
|
||||
#define PDI_MODULES 0x01 /* The loaded modules of the process */
|
||||
#define PDI_BACKTRACE 0x02 /* The heap stack back traces */
|
||||
|
||||
Reference in New Issue
Block a user