2020-09-30 16:53:55 +02:00

13 lines
362 B
Plaintext

#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"