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