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.
|
|
#include <windows.h> #include "strings.h"
iw ICON idlewild.ico
STRINGTABLE PRELOAD BEGIN 1 "Blank"
idsAppName, "Blank Screen Saver" idsNoConfigure, "This screen saver has no options that you can set." END
#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 "Default Screen Saver" #define VER_INTERNALNAME_STR "scrnsave\0"
#include "common.ver"
|