13 lines
362 B
Plaintext
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#include <windows.h>
#include <bldver.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "System Restore Service\0"
#define VER_INTERNALNAME_STR "SERVICE.DLL\0"
#define VER_ORIGINALFILENAME_STR "SERVICE.DLL\0"
#include <common.ver>
#include "NTServMsg.rc"