windows-nt/Source/XPSP1/NT/admin/pchealth/sr/service/ver.rc
2020-09-26 16:20:57 +08:00

13 lines
350 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"