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

13 lines
360 B
Plaintext

#include "windows.h"
#include <ntverp.h>
#define VER_FILEVERSION 0, 2, 0, 0
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Dynamic Patch Module for Registry API's"
#define VER_INTERNALNAME_STR "dpmfreg.dll"
#define VER_ORIGINALFILENAME_STR "dpmfreg.dll"
#include "common.ver"