mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: Support machines without "EFI\Boot" folder for EFI system encryption (e.g. Windows LTSB). Compatibility enhancements for EFI system encryption.
This commit is contained in:
@@ -235,7 +235,7 @@ namespace VeraCrypt
|
||||
class BootEncryption
|
||||
{
|
||||
public:
|
||||
BootEncryption (HWND parent);
|
||||
BootEncryption (HWND parent, bool postOOBE = false);
|
||||
~BootEncryption ();
|
||||
|
||||
enum FilterType
|
||||
@@ -343,6 +343,7 @@ namespace VeraCrypt
|
||||
bool RealSystemDriveSizeValid;
|
||||
bool RescueVolumeHeaderValid;
|
||||
bool VolumeHeaderValid;
|
||||
bool PostOOBEMode;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user