Windows/Linux: Implement exFAT support.

This commit is contained in:
Mounir IDRASSI
2016-01-27 01:13:46 +01:00
parent 9f5b5445d7
commit dcb8390bb2
17 changed files with 87 additions and 21 deletions
+2 -1
View File
@@ -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
{