diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-05-27 20:34:18 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-05-28 00:04:30 +0200 |
commit | bc8e6fa5bd9e8db028fd15f63e681a86059ef933 (patch) | |
tree | 59d0b74aa2a5089678eab1c31c138572d943e352 /src/Common/Format.h | |
parent | 0e2c129854ac0e57cb8970c9145ae689bc4c7714 (diff) | |
download | VeraCrypt-bc8e6fa5bd9e8db028fd15f63e681a86059ef933.tar.gz VeraCrypt-bc8e6fa5bd9e8db028fd15f63e681a86059ef933.zip |
Windows: add support for ReFS on Windows 10 when creating normal volumes.
Diffstat (limited to 'src/Common/Format.h')
-rw-r--r-- | src/Common/Format.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Format.h b/src/Common/Format.h index 0d29ab3b..44d7980c 100644 --- a/src/Common/Format.h +++ b/src/Common/Format.h @@ -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 } |