From bc8e6fa5bd9e8db028fd15f63e681a86059ef933 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 27 May 2017 20:34:18 +0200 Subject: Windows: add support for ReFS on Windows 10 when creating normal volumes. --- src/Common/Format.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Format.h') 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 } -- cgit v1.2.3