/*++

Copyright (c) 1998-1999 Microsoft Corporation
All rights reserved.

Module Name:

    dbgcstr.cxx

Abstract:

    Debug Constant string header

Author:

    Steve Kiraly (SteveKi)  19-Jun-1998

Revision History:

--*/
#ifndef _DBGCSTR_HXX_
#define _DBGCSTR_HXX_

DEBUG_NS_BEGIN

extern LPCTSTR kstrAnsi;
extern LPCTSTR kstrUnicode;
extern LPCTSTR kstrNull;
extern LPCTSTR kstrPrefix;
extern LPCTSTR kstrDefault;
extern LPCTSTR kstrDefaultLogFileName;
extern LPCTSTR kstrNewLine;
extern LPCTSTR kstrSlash;
extern LPCTSTR kstrSeparator;
extern LPCTSTR kstrSymbols;
extern LPCTSTR kstrDeviceNull;
extern LPCTSTR kstrConsole;
extern LPCTSTR kstrDebugger;
extern LPCTSTR kstrFile;
extern LPCTSTR kstrBacktrace;
extern LPCTSTR kstrSympathRegistryPath;
extern LPCTSTR kstrSympathRegistryKey;
extern LPCTSTR kstrSympathFormat;
extern LPCTSTR kstrBacktraceStart;
extern LPCTSTR kstrBacktraceEnd;
extern LPCTSTR kstrBacktraceMiddle;
extern LPCTSTR kstrFileInfoFormat;
extern LPCTSTR kstrTimeStampFormatShort;
extern LPCTSTR kstrTimeStampFormatLong;
extern LPCTSTR kstrThreadIdFormat;

DEBUG_NS_END

#endif