Source code of Windows XP (NT5)
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.

53 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. dbgcstr.cxx
  6. Abstract:
  7. Debug Constant string header
  8. Author:
  9. Steve Kiraly (SteveKi) 19-Jun-1998
  10. Revision History:
  11. --*/
  12. #ifndef _DBGCSTR_HXX_
  13. #define _DBGCSTR_HXX_
  14. DEBUG_NS_BEGIN
  15. extern LPCTSTR kstrAnsi;
  16. extern LPCTSTR kstrUnicode;
  17. extern LPCTSTR kstrNull;
  18. extern LPCTSTR kstrPrefix;
  19. extern LPCTSTR kstrDefault;
  20. extern LPCTSTR kstrDefaultLogFileName;
  21. extern LPCTSTR kstrNewLine;
  22. extern LPCTSTR kstrSlash;
  23. extern LPCTSTR kstrSeparator;
  24. extern LPCTSTR kstrSymbols;
  25. extern LPCTSTR kstrDeviceNull;
  26. extern LPCTSTR kstrConsole;
  27. extern LPCTSTR kstrDebugger;
  28. extern LPCTSTR kstrFile;
  29. extern LPCTSTR kstrBacktrace;
  30. extern LPCTSTR kstrSympathRegistryPath;
  31. extern LPCTSTR kstrSympathRegistryKey;
  32. extern LPCTSTR kstrSympathFormat;
  33. extern LPCTSTR kstrBacktraceStart;
  34. extern LPCTSTR kstrBacktraceEnd;
  35. extern LPCTSTR kstrBacktraceMiddle;
  36. extern LPCTSTR kstrFileInfoFormat;
  37. extern LPCTSTR kstrTimeStampFormatShort;
  38. extern LPCTSTR kstrTimeStampFormatLong;
  39. extern LPCTSTR kstrThreadIdFormat;
  40. DEBUG_NS_END
  41. #endif