mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
The global flag FLG_HEAP_ENABLE_CALL_TRACING has been replaced by FLG_ENABLE_SYSTEM_CRIT_BREAKS in Windows XP and above.
svn path=/trunk/; revision=47374
This commit is contained in:
@@ -60,7 +60,11 @@ Author:
|
||||
#define FLG_ENABLE_CSRDEBUG 0x00020000
|
||||
#define FLG_ENABLE_KDEBUG_SYMBOL_LOAD 0x00040000
|
||||
#define FLG_DISABLE_PAGE_KERNEL_STACKS 0x00080000
|
||||
#if (NTDDI_VERSION < NTDDI_WINXP)
|
||||
#define FLG_HEAP_ENABLE_CALL_TRACING 0x00100000
|
||||
#else
|
||||
#define FLG_ENABLE_SYSTEM_CRIT_BREAKS 0x00100000
|
||||
#endif
|
||||
#define FLG_HEAP_DISABLE_COALESCING 0x00200000
|
||||
#define FLG_ENABLE_CLOSE_EXCEPTIONS 0x00400000
|
||||
#define FLG_ENABLE_EXCEPTION_LOGGING 0x00800000
|
||||
|
||||
Reference in New Issue
Block a user