summaryrefslogblamecommitdiffstats
path: root/private/ntos/tdi/st/st.rc
blob: 591897aa92460d39a1315d0438e1bd8410099fc8 (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_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"