summaryrefslogtreecommitdiff
path: root/filesys/fastfat/fastfat.rc
blob: e509ff8622c5fbf530c83fa915a82d5801b36e5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//    Copyright (C) Microsoft.  All rights reserved.
//
#include <windows.h>

#include <ntverp.h>

#define VER_FILETYPE    VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR     "Fast FAT File System Driver"
#define VER_INTERNALNAME_STR        "fastfat.sys"
#define VER_ORIGINALFILENAME_STR    "FastFAT.Sys"

#include "common.ver"