15 lines
352 B
Plaintext
15 lines
352 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 API DLL"
|
|
#define VER_INTERNALNAME_STR "NTFRSAPI.DLL"
|
|
#define VER_ORIGINALFILENAME_STR "NTFRSAPI.DLL"
|
|
|
|
#include "common.ver"
|
|
|
|
#include <string.rc>
|
|
|