windows-nt/Source/XPSP1/NT/base/ntdll/debtrace.hxx

16 lines
434 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1992.
//
// File: debtrace.hxx
//
// Contents: DEBTRACE compatibliity definitions
//
// History: 20-Mar-95 VicH Created
//
//--------------------------------------------------------------------------
#define DBGFLAG
#define DEBTRACE(args) DebugTrace(0, ulLevel, args)