ms-nfs41-client/sys/nfs41_driver.rc
Casey Bodley 0ad4db4fad fresh git tree for public release
we regretfully had to remove our git history for licensing reasons

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
2010-10-12 10:15:48 -04:00

11 lines
306 B
Text

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR "CITI's nfs41 driver"
#define VER_INTERNALNAME_STR "nfs41_driver.sys"
#define VER_ORIGINALFILENAME_STR "nfs41_driver.Sys"
#include "common.ver"