summaryrefslogtreecommitdiffstats
path: root/private/windbg/remote/pipe/tlpipe.rc
blob: 47de011ef2d7d3fb552c583a70a4835c58fdc80f (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE                VFT_DLL
#define VER_FILESUBTYPE             VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Named Pipe transport layer for WinDbg"
#define VER_INTERNALNAME_STR        "TLPIPE.DLL"

#include <common.ver>