summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/ndiswan/kdexts/wanhelp.rc
blob: 937dbf7b9b23199c5740dae5be348386c03d886d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE                VFT_DLL
#define VER_FILESUBTYPE             VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Microsoft\256 Kernel Debugger Extensions"

#define VER_INTERNALNAME_STR        "KDEXTxxx.DLL"
#define VER_ORIGINALFILENAME_STR    "KDEXTxxx.DLL"

#include <common.ver>