- Fix CMTRACE macro

svn path=/trunk/; revision=36351
This commit is contained in:
Stefan Ginsberg 2008-09-20 14:11:25 +00:00
parent 608c551fa0
commit 9c3ba3b526
2 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@ BOOLEAN CmpSpecialBootCondition;
BOOLEAN CmpNoWrite; BOOLEAN CmpNoWrite;
BOOLEAN CmpForceForceFlush; BOOLEAN CmpForceForceFlush;
BOOLEAN CmpWasSetupBoot; BOOLEAN CmpWasSetupBoot;
ULONG CmpTraceLevel = 0;
extern BOOLEAN CmFirstTime; extern BOOLEAN CmFirstTime;

View file

@ -11,7 +11,7 @@
// //
// Define this if you want debugging support // Define this if you want debugging support
// //
#define _CM_DEBUG_ 0x00 #define _CM_DEBUG_ 0x01
// //
// These define the Debug Masks Supported // These define the Debug Masks Supported
@ -1438,6 +1438,7 @@ CmShutdownSystem(
// //
// Global variables accessible from all of Cm // Global variables accessible from all of Cm
// //
extern ULONG CmpTraceLevel;
extern BOOLEAN CmpSpecialBootCondition; extern BOOLEAN CmpSpecialBootCondition;
extern BOOLEAN CmpFlushOnLockRelease; extern BOOLEAN CmpFlushOnLockRelease;
extern BOOLEAN CmpShareSystemHives; extern BOOLEAN CmpShareSystemHives;