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.

28 lines
758 B

  1. #include <windows.h>
  2. #include "strings.h"
  3. iw ICON idlewild.ico
  4. STRINGTABLE PRELOAD
  5. BEGIN
  6. 1 "Blank"
  7. idsAppName, "Blank Screen Saver"
  8. idsNoConfigure, "This screen saver has no options that you can set."
  9. END
  10. #include <ntverp.h>
  11. /*-----------------------------------------------*/
  12. /* the following lines are specific to this file */
  13. /*-----------------------------------------------*/
  14. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  15. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  16. */
  17. #define VER_FILETYPE VFT_APP
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "Default Screen Saver"
  20. #define VER_INTERNALNAME_STR "scrnsave\0"
  21. #include "common.ver"