summaryrefslogtreecommitdiffstats
path: root/private/nw/rdr/kdext/ntsd/nw.rc
blob: 23f42b1676ce413e1b2fb81f35e6b3af376cd075 (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     "NW i386 KD Debugger Extensions DLL"
#define VER_INTERNALNAME_STR        "Nw.DLL"
#define VER_ORIGINALFILENAME_STR    "Nw.DLL"

#include "common.ver"