VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Core/VolumeCreator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/VolumeCreator.h')
-rw-r--r--src/Core/VolumeCreator.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Core/VolumeCreator.h b/src/Core/VolumeCreator.h
index fc40f34d..781354b9 100644
--- a/src/Core/VolumeCreator.h
+++ b/src/Core/VolumeCreator.h
@@ -21,7 +21,8 @@
#include <errno.h>
#endif
-#define VC_MIN_BTRFS_VOLUME_SIZE 114294784ULL
+#define VC_MIN_LARGE_BTRFS_VOLUME_SIZE 114294784ULL
+#define VC_MIN_SMALL_BTRFS_VOLUME_SIZE 16777216ULL
namespace VeraCrypt
{
@@ -37,6 +38,7 @@ namespace VeraCrypt
shared_ptr <Pkcs5Kdf> VolumeHeaderKdf;
shared_ptr <EncryptionAlgorithm> EA;
bool Quick;
+ bool EMVSupportEnabled;
struct FilesystemType
{