mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: handle case of DcsProp configuration file for EFI system encryption contains wrong "ActionSuccess" entry that points towards bootmgfw.efi which is now our bootloader and not Microsoft one.
This commit is contained in:
@@ -189,6 +189,8 @@ namespace VeraCrypt
|
||||
BOOL Load (const wchar_t* fileName);
|
||||
void Load (char* configContent);
|
||||
BOOL Save (const wchar_t* fileName, HWND hwnd);
|
||||
static BOOL IsPostExecFileField (const string& szFieldValue, string& filePath);
|
||||
static BOOL IsPostExecFileField (const string& szFieldValue, wstring& filePath);
|
||||
};
|
||||
|
||||
void GetVolumeESP(wstring& path);
|
||||
|
||||
Reference in New Issue
Block a user