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.
31 lines
770 B
31 lines
770 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1995.
|
|
//
|
|
// File: dbglibp.h
|
|
//
|
|
// Contents:
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 5-01-95 RichardW Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
//
|
|
// Common defines for the debug library
|
|
//
|
|
|
|
extern SECURITY_DESCRIPTOR DbgpPartySd;
|
|
extern BOOL DbgpPartySdInit;
|
|
extern PDebugHeader DbgpHeader;
|
|
extern DebugModule __CompatModule;
|
|
extern DebugHeader __CompatHeader;
|
|
|
|
extern DebugModule * __pCompatModule;
|
|
extern DebugModule * __pExceptionModule;
|
|
extern DebugModule * __pAssertModule;
|
|
|