diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-30 23:18:07 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-31 00:30:58 +0200 |
commit | 90f91945582b2020f236d666e16028159143c57f (patch) | |
tree | 58f5903cc4726b9d2dacc637fbcdaaeddc39b1bf /src/Common/Common.h | |
parent | dc6c279339f8e3a18569afce002fc9329cebeeb7 (diff) | |
download | VeraCrypt-90f91945582b2020f236d666e16028159143c57f.tar.gz VeraCrypt-90f91945582b2020f236d666e16028159143c57f.zip |
Windows: Support setting volume label in Explorer through mount option. Support using favorite label as label in Explorer.
Diffstat (limited to 'src/Common/Common.h')
-rw-r--r-- | src/Common/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Common.h b/src/Common/Common.h index 6f8a2dca..e930e253 100644 --- a/src/Common/Common.h +++ b/src/Common/Common.h @@ -81,6 +81,7 @@ typedef struct BOOL RecoveryMode;
int ProtectedHidVolPkcs5Prf;
int ProtectedHidVolPim;
+ wchar_t Label[33]; /* maximum label length is 32 for NTFS and 11 for FAT32 */
} MountOptions;
#endif
|