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.

36 lines
888 B

  1. #ifndef _SWITCHES_
  2. #define _SWITCHES_
  3. // Option switches to switch in or out various code features. Some are
  4. // related to debugging, others are code features.
  5. // keymgr switches
  6. // GMDEBUG - various debug stuff
  7. // LOUDLY - turns on verbose debug output during run
  8. #undef GMDEBUG
  9. #undef LOUDLY
  10. // Implement pop CHM file on context help not found when item selected?
  11. #undef LINKCHM
  12. // NOBLANKPASSWORD - disallow blank password
  13. #undef NOBLANKPASSWORD
  14. // show passport creds in the key list?
  15. #define SHOWPASSPORT
  16. // simple tooltips show only the user account name for the target
  17. #undef SIMPLETOOLTIPS
  18. #define NEWPASSPORT
  19. #define PASSPORTURLINREGISTRY
  20. // This setting forces the string renditions in the main dialog list box to be LTR,
  21. // regardless of the RTL/LTR orientation of the system selected language.
  22. // See bug 344434
  23. #undef FORCELISTLTR
  24. #define PASSWORDHINT
  25. #endif