mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-27 21:43:29 +01:00
Windows: fix warning in debug build
This commit is contained in:
parent
c1bc9dee0e
commit
6971b65512
@ -13424,6 +13424,7 @@ INT_PTR SecureDesktopDialogBoxParam(
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef NDEBUG
|
||||
static BOOL InitializeWintrust()
|
||||
{
|
||||
if (!hWinTrustLib)
|
||||
@ -13470,6 +13471,8 @@ static void FinalizeWintrust()
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
BOOL VerifyModuleSignature (const wchar_t* path)
|
||||
{
|
||||
#ifdef NDEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user