VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume/ExpandVolume.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-26 23:22:59 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-27 01:13:46 +0100
commitdcb8390bb250780a4b8bb5fd8f91bc8e53e711bc (patch)
tree16d584455558e9b2f52fe570bf45fd8795887944 /src/ExpandVolume/ExpandVolume.h
parent9f5b5445d720ae3cd67401c68415e2be9348869a (diff)
downloadVeraCrypt-dcb8390bb250780a4b8bb5fd8f91bc8e53e711bc.tar.gz
VeraCrypt-dcb8390bb250780a4b8bb5fd8f91bc8e53e711bc.zip
Windows/Linux: Implement exFAT support.
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.h')
-rw-r--r--src/ExpandVolume/ExpandVolume.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ExpandVolume/ExpandVolume.h b/src/ExpandVolume/ExpandVolume.h
index 21c1e27d..87f0e42d 100644
--- a/src/ExpandVolume/ExpandVolume.h
+++ b/src/ExpandVolume/ExpandVolume.h
@@ -25,9 +25,10 @@ enum EV_FileSystem
EV_FS_TYPE_RAW = 0,
EV_FS_TYPE_FAT = 1,
EV_FS_TYPE_NTFS = 2,
+ EV_FS_TYPE_EXFAT = 3,
};
-extern const wchar_t * szFileSystemStr[3];
+extern const wchar_t * szFileSystemStr[4];
typedef struct
{