/*++ Copyright (c) 1998-2000 Microsoft Corporation Module Name: dbgmsg.h Abstract: Debug message macros and zones. Revision History: --*/ #if DBG #define DEBUG_MSG 1 #endif // DBG // // If DEBUG_MSG is defined, then we have DEBUGMSG turned on in this environment. // #ifdef DEBUG_MSG #define DTEXT(x) x extern uint DbgSettingsLevel; extern uint DbgSettingsZone; #define DEBUGZONE(n) (DbgSettingsZone & (0x00000001<