mirror of https://github.com/tongzx/nt5src
13 lines
352 B
13 lines
352 B
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_DISPLAY
|
|
#define VER_FILEDESCRIPTION_STR "ET4000 SVGA Miniport Driver"
|
|
#define VER_INTERNALNAME_STR "et4000.sys"
|
|
#define VER_ORIGINALFILENAME_STR "et4000.sys"
|
|
|
|
#define VER_LANGNEUTRAL
|
|
#include "common.ver"
|
|
|