1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 19:38:26 -06:00

Windows: add support for ReFS on Windows 10 when creating normal volumes.

This commit is contained in:
Mounir IDRASSI
2017-05-27 20:34:18 +02:00
parent 0e2c129854
commit bc8e6fa5bd
5 changed files with 41 additions and 13 deletions

View File

@@ -86,6 +86,7 @@ static void StopFormatWriteThread ();
#define FILESYS_FAT 1
#define FILESYS_NTFS 2
#define FILESYS_EXFAT 3
#define FILESYS_REFS 4
#ifdef __cplusplus
}