mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 00:43:11 +00:00
- Fix CMTRACE macro
svn path=/trunk/; revision=36351
This commit is contained in:
parent
608c551fa0
commit
9c3ba3b526
2 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,7 @@ BOOLEAN CmpSpecialBootCondition;
|
|||
BOOLEAN CmpNoWrite;
|
||||
BOOLEAN CmpForceForceFlush;
|
||||
BOOLEAN CmpWasSetupBoot;
|
||||
ULONG CmpTraceLevel = 0;
|
||||
|
||||
extern BOOLEAN CmFirstTime;
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
//
|
||||
// Define this if you want debugging support
|
||||
//
|
||||
#define _CM_DEBUG_ 0x00
|
||||
#define _CM_DEBUG_ 0x01
|
||||
|
||||
//
|
||||
// These define the Debug Masks Supported
|
||||
|
@ -1438,6 +1438,7 @@ CmShutdownSystem(
|
|||
//
|
||||
// Global variables accessible from all of Cm
|
||||
//
|
||||
extern ULONG CmpTraceLevel;
|
||||
extern BOOLEAN CmpSpecialBootCondition;
|
||||
extern BOOLEAN CmpFlushOnLockRelease;
|
||||
extern BOOLEAN CmpShareSystemHives;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue