mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is now minimal OS version.
This commit is contained in:
@@ -218,7 +218,7 @@ begin_format:
|
||||
bFailedRequiredDASD = TRUE;
|
||||
}
|
||||
}
|
||||
else if (IsOSAtLeast (WIN_VISTA) && driveLetter == -1)
|
||||
else if (driveLetter == -1)
|
||||
{
|
||||
// Windows Vista doesn't allow overwriting sectors belonging to an unformatted partition
|
||||
// to which no drive letter has been assigned under the system. This problem can be worked
|
||||
|
||||
Reference in New Issue
Block a user