16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
#include <windows.h>
|
|
#include <ntverp.h>
|
|
#include <resource.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "File Replication Service"
|
|
#define VER_INTERNALNAME_STR "NTFRS.EXE"
|
|
#define VER_ORIGINALFILENAME_STR "NTFRS.EXE"
|
|
|
|
#include "common.ver"
|
|
|
|
MofResourceName MOFDATA ntfrs.bmf
|
|
|
|
#include <string.rc>
|