VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-05-02 19:59:50 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-05-03 08:25:22 +0200
commit98ff65045e7b6f6cda3bec644b5da4fd61bdf57a (patch)
treefb9f05fd240ec7439c512a0553599028283db0bc /src/Common/Dlgcode.h
parent143d6c1dde328c051200e754248906e145606b8a (diff)
downloadVeraCrypt-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.h1
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
}