[ros-diffs] [ekohl] 47374: The global flag FLG_HEAP_ENABLE_CALL_TRACING has been replaced by FLG_ENABLE_SYSTEM_CRIT_BREAKS in Windows XP and above.

ekohl at svn.reactos.org ekohl at svn.reactos.org
Thu May 27 22:15:36 CEST 2010


Author: ekohl
Date: Thu May 27 22:15:35 2010
New Revision: 47374

URL: http://svn.reactos.org/svn/reactos?rev=47374&view=rev
Log:
The global flag FLG_HEAP_ENABLE_CALL_TRACING has been replaced by FLG_ENABLE_SYSTEM_CRIT_BREAKS in Windows XP and above.

Modified:
    trunk/reactos/include/ndk/pstypes.h

Modified: trunk/reactos/include/ndk/pstypes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/pstypes.h?rev=47374&r1=47373&r2=47374&view=diff
==============================================================================
--- trunk/reactos/include/ndk/pstypes.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/pstypes.h [iso-8859-1] Thu May 27 22:15:35 2010
@@ -60,7 +60,11 @@
 #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




More information about the Ros-diffs mailing list