mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-23 13:01:33 +00:00
Windows: fix link error in custom EFI / VC_SKIP_OS_DRIVER_REQ_CHECK configuration
This commit is contained in:
@@ -3855,9 +3855,9 @@ void InitApp (HINSTANCE hInstance, wchar_t *lpszCommandLine)
|
||||
// in TESTSIGNING mode, we support only Windows 7 and Windows 8/8.1
|
||||
if (
|
||||
#ifndef SETUP
|
||||
IsOSVersionAtLeast(WIN_10, 0)
|
||||
IsOSVersionAtLeast(WIN_10, 0) ||
|
||||
#else
|
||||
|| (IsOSVersionAtLeast(WIN_10, 0) && !bMakePackage)
|
||||
(IsOSVersionAtLeast(WIN_10, 0) && !bMakePackage)
|
||||
#endif
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user