diff options
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 0620b652..02b2929a 100644 --- a/src/Common/Common.h +++ b/src/Common/Common.h @@ -92,6 +92,7 @@ typedef struct int ProtectedHidVolPkcs5Prf; int ProtectedHidVolPim; wchar_t Label[33]; /* maximum label length is 32 for NTFS and 11 for FAT32 */ + BOOL DisableMountManager; } MountOptions; #endif |