27 lines
478 B
C++
27 lines
478 B
C++
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1993.
|
|
//
|
|
// File: DebAPI.CXX
|
|
//
|
|
// Contents: Debugging API's
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 29-Nov-93 AlexT Created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#include <le2int.h>
|
|
|
|
#if DBG==1
|
|
|
|
#include <debnot.h>
|
|
|
|
DECLARE_INFOLEVEL(LE)
|
|
|
|
#endif // DBG==1
|