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.

50 lines
1.5 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999-2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. //
  7. // rmstring.h
  8. //
  9. // Abstract:
  10. //
  11. // Revision History:
  12. //
  13. // Thierry Perraut 04/02/1999
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. #ifndef _RMSTRING_H__
  17. #define _RMSTRING_H__
  18. #if _MSC_VER > 1000
  19. #pragma once
  20. #endif
  21. #define MSG_HELP_START L"%1!-14s! - "
  22. #define MSG_NEWLINE L"\n"
  23. #define MSG_AAAACONFIG_DUMP L""
  24. #define MSG_AAAACONFIG_BLOBBEGIN L"pushd aaaa\nset config blob=\\\n"
  25. #define MSG_AAAACONFIG_BLOBEND L"\npopd\n"
  26. #define CMD_GROUP_SHOW L"show"
  27. #define CMD_GROUP_SET L"set"
  28. #define CMD_AAAA_HELP1 L"help"
  29. #define CMD_AAAA_HELP2 L"?"
  30. #define CMD_AAAA_DUMP L"dump"
  31. #define CMD_AAAAVERSION_SHOW L"version"
  32. #define CMD_AAAACONFIG_SET L"config"
  33. #define CMD_AAAACONFIG_SHOW L"config"
  34. #define TOKEN_SET L"set"
  35. #define TOKEN_BLOB L"blob"
  36. #define TOKEN_SHOW L"show"
  37. #define TOKEN_CONFIG L"config"
  38. #define DMP_AAAA_PUSHD L"pushd aaaa\n\n"
  39. #define DMP_AAAA_POPD L"\npopd\n"
  40. #endif //_RMSTRING_H__