Leaked source code of windows server 2003
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.
|
|
/*******************************************************************************
* * (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
|