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