1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

MacOSX : Support hard drives with a large sector size ( > 512).

This commit is contained in:
Mounir IDRASSI
2014-10-24 08:37:03 +02:00
parent f05f6a00a6
commit 067394d110
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ namespace VeraCrypt
throw ParameterIncorrect (SRC_POS);
}
#if !(defined (TC_WINDOWS) || defined (TC_LINUX))
#if !(defined (TC_WINDOWS) || defined (TC_LINUX) || defined (TC_MACOSX))
if (SectorSize != TC_SECTOR_SIZE_LEGACY)
throw UnsupportedSectorSize (SRC_POS);
#endif