NT4/private/nw/rdr/nwrdr.rc
2020-09-30 17:12:29 +02:00

12 lines
269 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_NETWORK
#define VER_FILEDESCRIPTION_STR "NetWare Redirector File System Driver"
#define VER_INTERNALNAME_STR "nwrdr.sys"
#include "common.ver"