You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
504 B
26 lines
504 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// 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
|