Source code of Windows XP (NT5)
 
 
 
 
 
 

13 lines
391 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1996.
//
// File: debtrace.hxx
//
// Contents: DEBTRACE compatibliity definitions
//
//--------------------------------------------------------------------------
#define DBGFLAG
#define DEBTRACE(args) DebugTrace(0, ulLevel, args)