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.

22 lines
526 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1998, 1999, 2000
  4. *
  5. * TITLE: SSCONST.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: ShaunIv
  10. *
  11. * DATE: 1/19/1999
  12. *
  13. * DESCRIPTION: Systemwide constants
  14. *
  15. *******************************************************************************/
  16. #ifndef __SSCONST_H_INCLUDED
  17. #define __SSCONST_H_INCLUDED
  18. #define REGISTRY_PATH TEXT("Control Panel\\Screen Saver.Slideshow")
  19. #endif // __SSCONST_H_INCLUDED