16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
|
|
#define VER_FILEDESCRIPTION_STR "ASN.1 Runtime APIs"
|
|
|
|
#define VER_DESCRIPTION_STR "Microsoft ASN.1 Runtime"
|
|
#define VER_INTERNALNAME_STR "msasn1.dll"
|
|
#define VER_ORIGINALFILENAME_STR "msasn1.dll"
|
|
|
|
#include <common.ver>
|
|
|