From 90f91945582b2020f236d666e16028159143c57f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 30 Aug 2015 23:18:07 +0200 Subject: Windows: Support setting volume label in Explorer through mount option. Support using favorite label as label in Explorer. --- src/Common/Common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Common.h') 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 -- cgit v1.2.3