NT4/private/ntos/tdi/isn/flt/nwlnkflt.rc
2020-09-30 17:12:29 +02:00

13 lines
307 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_NETWORK
#define VER_FILEDESCRIPTION_STR "NWLINK2 Traffic Filter Driver"
#define VER_INTERNALNAME_STR "nwlnkflt.sys"
#define VER_ORIGINALFILENAME_STR "nwlnkflt.sys"
#include "common.ver"