mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 11:58:26 -06:00
Windows/Linux: Implement exFAT support.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user