blob: ae33258b562748d3c198cf7250484afd61abd533 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
namespace update
{
// Checks whether SHA-2 signatures can be verified correctly
// on Windows 7. Without this patch, the driver cannot be
// installed from a service.
bool HasSetupApiSha2Fix();
}
|