13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
|
#include <windows.h>
|
||
|
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DRV
|
||
|
#define VER_FILESUBTYPE VFT2_DRV_DISPLAY
|
||
|
#define VER_FILEDESCRIPTION_STR "s3 Miniport Driver"
|
||
|
#define VER_INTERNALNAME_STR "s3.sys"
|
||
|
#define VER_ORIGINALFILENAME_STR "s3.sys"
|
||
|
|
||
|
#define VER_LANGNEUTRAL
|
||
|
#include "common.ver"
|