mirror of https://github.com/tongzx/nt5src
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.
44 lines
697 B
44 lines
697 B
/*++
|
|
|
|
Copyright (c) 1998-1999 Microsoft Corporation
|
|
All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
dbglibp.hxx
|
|
|
|
Abstract:
|
|
|
|
Debug Library private include file.
|
|
|
|
Author:
|
|
|
|
Steve Kiraly (SteveKi) 24-May-1998
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
#ifndef _DBGLIBP_HXX_
|
|
#define _DBGLIBP_HXX_
|
|
|
|
#include "dbgns.hxx"
|
|
#include "dbgmacro.hxx"
|
|
#include "dbgcstr.hxx"
|
|
#include "dbgalloc.hxx"
|
|
#include "dbglist.hxx"
|
|
#include "dbgmsg.hxx"
|
|
#include "dbgdev.hxx"
|
|
#include "dbgstr.hxx"
|
|
#include "dbgutil.hxx"
|
|
#include "dbgfac.hxx"
|
|
#include "dbgcs.hxx"
|
|
#include "dbgmsgp.hxx"
|
|
#include "dbgtrace.hxx"
|
|
#include "dbgheap.hxx"
|
|
#include "dbggbl.hxx"
|
|
#include "dbginit.hxx"
|
|
#include "dbgloadl.hxx"
|
|
|
|
using namespace DEBUG_NS;
|
|
|
|
#endif
|