--- truecrypt/boot/windows/bootconfig.cpp 2018/04/24 17:01:42 1.1.1.4 +++ truecrypt/boot/windows/bootconfig.cpp 2018/04/24 17:05:39 1.1.1.6 @@ -1,7 +1,7 @@ /* Copyright (c) 2008-2009 TrueCrypt Foundation. All rights reserved. - Governed by the TrueCrypt License 2.6 the full text of which is contained + Governed by the TrueCrypt License 2.8 the full text of which is contained in the file License.txt included in TrueCrypt binary and source code distribution packages. */ @@ -27,10 +27,10 @@ Partition EncryptedVirtualPartition; Partition ActivePartition; Partition PartitionFollowingActive; +bool ExtraBootPartitionPresent = false; uint64 HiddenVolumeStartUnitNo; uint64 HiddenVolumeStartSector; - #ifndef TC_WINDOWS_BOOT_RESCUE_DISK_MODE void ReadBootSectorUserConfiguration ()