mirror of https://github.com/lianthony/NT4.0
12 lines
297 B
12 lines
297 B
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_NETWORK
|
|
#define VER_FILEDESCRIPTION_STR "Sample TDI 3.0 Transport Driver"
|
|
#define VER_INTERNALNAME_STR "st.sys"
|
|
#define VER_ORIGINALFILENAME_STR "st.sys"
|
|
|
|
#include "common.ver"
|
|
|