diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-05-02 19:59:50 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-05-03 08:25:22 +0200 |
commit | 98ff65045e7b6f6cda3bec644b5da4fd61bdf57a (patch) | |
tree | fb9f05fd240ec7439c512a0553599028283db0bc /src/Common/Dlgcode.h | |
parent | 143d6c1dde328c051200e754248906e145606b8a (diff) | |
download | VeraCrypt-98ff65045e7b6f6cda3bec644b5da4fd61bdf57a.tar.gz VeraCrypt-98ff65045e7b6f6cda3bec644b5da4fd61bdf57a.zip |
Windows: Support machines without "EFI\Boot" folder for EFI system encryption (e.g. Windows LTSB). Compatibility enhancements for EFI system encryption.
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r-- | src/Common/Dlgcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index 681f2814..ded84578 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -532,6 +532,7 @@ INT_PTR SecureDesktopDialogBoxParam (HINSTANCE, LPCWSTR, HWND, DLGPROC, LPARAM); BOOL VerifyModuleSignature (const wchar_t* path); void GetInstallationPath (HWND hwndDlg, wchar_t* szInstallPath, DWORD cchSize, BOOL* pbInstallPathDetermined); BOOL GetSetupconfigLocation (wchar_t* path, DWORD cchSize); +BOOL BufferHasPattern (const unsigned char* buffer, size_t bufferLen, const void* pattern, size_t patternLen); #ifdef __cplusplus } |