Windows: fix warning in debug build

This commit is contained in:
Mounir IDRASSI 2018-08-05 23:38:00 +02:00
parent c1bc9dee0e
commit 6971b65512
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC

View File

@ -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