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.

34 lines
994 B

  1. #include <windows.h>
  2. #include <scrnsave.h>
  3. #include <commctrl.h>
  4. #include "strings.h"
  5. #include "stars.dlg"
  6. /* This is the icon for the program and must be defined as ID_APP... */
  7. ID_APP ICON stars.ico
  8. STRINGTABLE PRELOAD
  9. BEGIN
  10. idsDescription "Starfield"
  11. idsAppName "Screen Saver.Stars"
  12. idsName "Stars"
  13. END
  14. #include "..\common\strings.rc"
  15. #include <ntverp.h>
  16. /*-----------------------------------------------*/
  17. /* the following lines are specific to this file */
  18. /*-----------------------------------------------*/
  19. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  20. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  21. */
  22. #define VER_FILETYPE VFT_APP
  23. #define VER_FILESUBTYPE VFT2_UNKNOWN
  24. #define VER_FILEDESCRIPTION_STR "Starfield Screen Saver"
  25. #define VER_INTERNALNAME_STR "ssstars\0"
  26. #include "common.ver"
  27.