This repo is obsolete, please see git://git.code.sf.net/p/dummynet/code@master
[ipfw.git] / original_passthru / passthru.rc
1 #include <windows.h>\r
2 #include <ntverp.h>\r
3 \r
4 /*-----------------------------------------------*/\r
5 /* the following lines are specific to this file */\r
6 /*-----------------------------------------------*/\r
7 \r
8 /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR\r
9  * and VER_INTERNALNAME_STR must be defined before including COMMON.VER\r
10  * The strings don't need a '\0', since common.ver has them.\r
11  */\r
12 #define VER_FILETYPE    VFT_DRV\r
13 /* possible values:             VFT_UNKNOWN\r
14                                 VFT_APP\r
15                                 VFT_DLL\r
16                                 VFT_DRV\r
17                                 VFT_FONT\r
18                                 VFT_VXD\r
19                                 VFT_STATIC_LIB\r
20 */\r
21 #define VER_FILESUBTYPE VFT2_DRV_NETWORK\r
22 /* possible values              VFT2_UNKNOWN\r
23                                 VFT2_DRV_PRINTER\r
24                                 VFT2_DRV_KEYBOARD\r
25                                 VFT2_DRV_LANGUAGE\r
26                                 VFT2_DRV_DISPLAY\r
27                                 VFT2_DRV_MOUSE\r
28                                 VFT2_DRV_NETWORK\r
29                                 VFT2_DRV_SYSTEM\r
30                                 VFT2_DRV_INSTALLABLE\r
31                                 VFT2_DRV_SOUND\r
32                                 VFT2_DRV_COMM\r
33 */\r
34 #define VER_FILEDESCRIPTION_STR     "Sample NDIS 4.0 Intermediate Miniport Driver"\r
35 #define VER_INTERNALNAME_STR        "PASSTHRU.SYS"\r
36 #define VER_ORIGINALFILENAME_STR    "PASSTHRU.SYS"\r
37 #define VER_LANGNEUTRAL\r
38 \r
39 #include "common.ver"\r
40 \r
41 \1a\r