summaryrefslogblamecommitdiffstats
path: root/private/ntos/tdi/tcpip/tcp/tcpip.rc
blob: bd0b7a4ade34d0a6193a8cfc67df28f20ce7c587 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                   
#include <windows.h>

#include <ntverp.h>

#define	VER_FILETYPE	            VFT_DRV
#define	VER_FILESUBTYPE	            VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR     "TCP/IP driver"

#define VER_INTERNALNAME_STR        "tcpip.sys"
#define VER_ORIGINALFILENAME_STR    "tcpip.sys"

#include <common.ver>