From 6971b6551273a17886a255698c9150b32565c3d2 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 5 Aug 2018 23:38:00 +0200 Subject: Windows: fix warning in debug build --- src/Common/Dlgcode.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Common') diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index cff7fd6e..bbe836e7 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -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 -- cgit v1.2.3