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
1.0 KiB

  1. #include <windows.h>
  2. #include <commctrl.h>
  3. #include "scrnsave.h"
  4. #include "strings.h"
  5. #include "bezdlg.h"
  6. #include "bezdlg.dlg"
  7. /* This is the icon for the program and must be defined as ID_APP... */
  8. ID_APP ICON bezier.ico
  9. STRINGTABLE PRELOAD
  10. BEGIN
  11. idsDescription "Beziers"
  12. idsAppName "Screen Saver.Bezier"
  13. idsName "Bezier"
  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 "Bezier Curves Screen Saver"
  26. #define VER_INTERNALNAME_STR "ssbezier\0"
  27. #include "common.ver"