11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
#include <winver.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
|
#define VER_FILEDESCRIPTION_STR "TCP/IP Protocol Driver"
|
|
|
|
#define VER_INTERNALNAME_STR "tcpip.sys"
|
|
|
|
#include <common.ver>
|