12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Windows VMM Registry Library"
|
|
#define VER_INTERNALNAME_STR "VMMREG32"
|
|
#define VER_ORIGINALFILENAME_STR "VMMREG32.DLL"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1991-1995"
|
|
|
|
#include "common.ver"
|