File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -861,7 +861,7 @@ BOOL VerifyModuleSignature (const wchar_t* path)
861
861
862
862
// we check our own authenticode signature only starting from Windows 10 since this is
863
863
// the minimal supported OS apart from XP where we can't verify SHA256 signatures
864
- // if (!IsOSAtLeast (WIN_10))
864
+ if (!IsOSAtLeast (WIN_10 ))
865
865
return TRUE;
866
866
867
867
// Strip quotation marks (if any)
Original file line number Diff line number Diff line change @@ -453,6 +453,7 @@ Global
453
453
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E} .All CustomEFI |Win32 .Build .0 = Release| Win32
454
454
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E} .All CustomEFI |x64 .ActiveCfg = Release| Win32
455
455
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E} .All Debug |Win32 .ActiveCfg = Release| Win32
456
+ {8B7F059F-E4C7-4E11-88F5-EE8B8433072E} .All Debug |Win32 .Build .0 = Release| Win32
456
457
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E} .All Debug |x64 .ActiveCfg = Release Loader| Win32
457
458
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E} .All _SkipOsDriverReqCheck| Win32 .ActiveCfg = Release| Win32
458
459
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E} .All _SkipOsDriverReqCheck| x64 .ActiveCfg = Release| Win32
You can’t perform that action at this time.
0 commit comments