2025-04-27 07:49:33 -04:00

35 lines
1.0 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include <windows.h>
#include <scrnsave.h>
#include <commctrl.h>
#include "strings.h"
#include "stars.dlg"
/* This is the icon for the program and must be defined as ID_APP... */
ID_APP ICON stars.ico
STRINGTABLE PRELOAD
BEGIN
idsDescription "Starfield"
idsAppName "Screen Saver.Stars"
idsName "Stars"
END
#include "..\common\strings.rc"
#include <ntverp.h>
/*-----------------------------------------------*/
/* the following lines are specific to this file */
/*-----------------------------------------------*/
/* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
* and VER_INTERNALNAME_STR must be defined before including COMMON.VER
*/
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Starfield Screen Saver"
#define VER_INTERNALNAME_STR "ssstars\0"
#include "common.ver"