--- truecrypt/common/common.h 2018/04/24 16:42:55 1.1.1.2 +++ truecrypt/common/common.h 2018/04/24 16:44:42 1.1.1.3 @@ -41,6 +41,8 @@ typedef struct BOOL Removable; BOOL ProtectHiddenVolume; BOOL PreserveTimestamp; + BOOL SystemVolume; + BOOL PersistentVolume; Password ProtectedHidVolPassword; /* Password of hidden volume to protect against overwriting */ } MountOptions;