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.

35 lines
989 B

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