blob: b5fc7d0b49e88746e1ab3dd26ef38f87a236bc16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "VDMDBG.DLL"
#define VER_INTERNALNAME_STR "VDMDBG\0"
#include "common.ver"
|