we regretfully had to remove our git history for licensing reasons Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
11 lines
306 B
Text
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"
|
|
|