From 52c7445a795a623bc326699a5c465e8fa5294425 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 15 Sep 2015 23:12:56 +0200 Subject: 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. --- src/Common/BootEncryption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/BootEncryption.h') 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); -- cgit v1.2.3