diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-15 23:12:56 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-16 01:33:16 +0200 |
commit | 52c7445a795a623bc326699a5c465e8fa5294425 (patch) | |
tree | f8f8e18295107d4e90c49243f51f3800154d596d /src/Common/BootEncryption.h | |
parent | db80c0234236dc9beff60b4c47b5627dbfb99bd2 (diff) | |
download | VeraCrypt-52c7445a795a623bc326699a5c465e8fa5294425.tar.gz VeraCrypt-52c7445a795a623bc326699a5c465e8fa5294425.zip |
Windows: Correctly detect presence of CD/DVD recorder during the creation of Rescue Disk. Check only CD/DVD drives and removable media when looking for rescue disk during its verification.
Diffstat (limited to 'src/Common/BootEncryption.h')
-rw-r--r-- | src/Common/BootEncryption.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/BootEncryption.h b/src/Common/BootEncryption.h index 561e1723..eb546de2 100644 --- a/src/Common/BootEncryption.h +++ b/src/Common/BootEncryption.h @@ -174,7 +174,7 @@ namespace VeraCrypt void InstallBootLoader (bool preserveUserConfig = false, bool hiddenOSCreation = false);
bool CheckBootloaderFingerprint (bool bSilent = false);
void InvalidateCachedSysDriveProperties ();
- bool IsCDDrivePresent ();
+ bool IsCDRecorderPresent ();
bool IsHiddenSystemRunning ();
bool IsPagingFileActive (BOOL checkNonWindowsPartitionsOnly);
void PrepareHiddenOSCreation (int ea, int mode, int pkcs5);
|