--- truecrypt/common/common.h 2018/04/24 17:06:20 1.1.1.12 +++ truecrypt/common/common.h 2018/04/24 17:11:28 1.1.1.14 @@ -1,7 +1,7 @@ /* Copyright (c) 2005-2009 TrueCrypt Developers Association. All rights reserved. - Governed by the TrueCrypt License 2.8 the full text of which is contained in + Governed by the TrueCrypt License 3.0 the full text of which is contained in the file License.txt included in TrueCrypt binary and source code distribution packages. */ @@ -11,6 +11,12 @@ #include "Crypto.h" +#define MIN_MOUNTED_VOLUME_DRIVE_NUMBER ('A' - 'A') +#define MAX_MOUNTED_VOLUME_DRIVE_NUMBER ('Z' - 'A') + +#define MAX_HOST_DRIVE_NUMBER 64 +#define MAX_HOST_PARTITION_NUMBER 32 + typedef enum { // IMPORTANT: If you add a new item here, update IsOSVersionAtLeast().