The global flag FLG_HEAP_ENABLE_CALL_TRACING has been replaced by FLG_ENABLE_SYSTEM_C...
authorEric Kohl <eric.kohl@reactos.org>
Thu, 27 May 2010 20:15:35 +0000 (20:15 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 27 May 2010 20:15:35 +0000 (20:15 +0000)
svn path=/trunk/; revision=47374

reactos/include/ndk/pstypes.h

index 43b4468..414e2dc 100644 (file)
@@ -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