mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: fix high CPU usage when a favorite is configured to mount using VolumeID when its host device is connected to the machine.
This commit is contained in:
@@ -1090,6 +1090,7 @@ namespace VeraCrypt
|
||||
memcpy (fingerprint, request.Fingerprint, sizeof (request.Fingerprint));
|
||||
}
|
||||
|
||||
#ifndef SETUP
|
||||
// Note that this does not require admin rights (it just requires the driver to be running)
|
||||
bool BootEncryption::IsBootLoaderOnDrive (wchar_t *devicePath)
|
||||
{
|
||||
@@ -1114,6 +1115,7 @@ namespace VeraCrypt
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
BootEncryptionStatus BootEncryption::GetStatus ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user