reactos/drivers/filesystems/fastfat_new/fastfat.rc
Pierre Schweitzer 0daa5547d9
[FASTFAT_NEW] Import again FastFAT from MS. This time from GitHub for license reasons.
This implies that a sample for W10.
It has been backported to NT5.2; not sure how it would work on a W2K3 (feel free to test!)
2017-11-23 23:27:51 +01:00

15 lines
363 B
Plaintext

//
// 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"