From 81f7d9997cdc43995145e8ad1de5358674d5261d Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 11 Aug 2024 01:24:14 +0200 Subject: Revert changes mistakenly included in previous commit --- src/Common/Dlgcode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common') diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index d49ca788..488b050f 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -861,7 +861,7 @@ BOOL VerifyModuleSignature (const wchar_t* path) // we check our own authenticode signature only starting from Windows 10 since this is // the minimal supported OS apart from XP where we can't verify SHA256 signatures - //if (!IsOSAtLeast (WIN_10)) + if (!IsOSAtLeast (WIN_10)) return TRUE; // Strip quotation marks (if any) -- cgit v1.2.3