summaryrefslogblamecommitdiffstats
path: root/private/ntos/afd/afd.rc
blob: 87cdb1048a965b11c84e3b4baa81ddbe9a8ac411 (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     "Ancillary Function Driver for WinSock"
#define VER_INTERNALNAME_STR        "afd.sys"
#define VER_ORIGINALFILENAME_STR    "afd.sys"

#include "common.ver"