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.
18 lines
434 B
18 lines
434 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1997-2001.
|
|
//
|
|
// File: dbg.h
|
|
//
|
|
// Contents:
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#include <StdDbg.h>
|
|
|
|
#if DBG==1
|
|
DECLARE_DEBUG(CertTmplSnapin)
|
|
#define DBG_COMP CertTmplSnapinInfoLevel
|
|
#endif // DBG==1
|
|
|