mirror of https://github.com/tongzx/nt5src
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
22 lines
526 B
/*******************************************************************************
|
|
*
|
|
* (C) COPYRIGHT MICROSOFT CORPORATION, 1998, 1999, 2000
|
|
*
|
|
* TITLE: SSCONST.H
|
|
*
|
|
* VERSION: 1.0
|
|
*
|
|
* AUTHOR: ShaunIv
|
|
*
|
|
* DATE: 1/19/1999
|
|
*
|
|
* DESCRIPTION: Systemwide constants
|
|
*
|
|
*******************************************************************************/
|
|
#ifndef __SSCONST_H_INCLUDED
|
|
#define __SSCONST_H_INCLUDED
|
|
|
|
#define REGISTRY_PATH TEXT("Control Panel\\Screen Saver.Slideshow")
|
|
|
|
#endif // __SSCONST_H_INCLUDED
|
|
|