[core] add ReFS formatting support

* Windows 8.1 or later and fixed disks ONLY
This commit is contained in:
Pete Batard 2014-03-29 00:22:54 +00:00
parent 5519212dd3
commit 027d0d7c3a
4 changed files with 21 additions and 12 deletions

View file

@ -171,6 +171,7 @@ enum {
FS_NTFS,
FS_UDF,
FS_EXFAT,
FS_REFS,
FS_MAX
};