mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: fix warning in debug build
This commit is contained in:
@@ -13424,6 +13424,7 @@ INT_PTR SecureDesktopDialogBoxParam(
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef NDEBUG
|
||||||
static BOOL InitializeWintrust()
|
static BOOL InitializeWintrust()
|
||||||
{
|
{
|
||||||
if (!hWinTrustLib)
|
if (!hWinTrustLib)
|
||||||
@@ -13470,6 +13471,8 @@ static void FinalizeWintrust()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
BOOL VerifyModuleSignature (const wchar_t* path)
|
BOOL VerifyModuleSignature (const wchar_t* path)
|
||||||
{
|
{
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user