Fixed issue found by winapi_check.
This commit is contained in:
parent
e668a9dbbf
commit
e573aba23f
|
@ -380,7 +380,7 @@ BOOL WINAPI CryptSetProviderW (LPCWSTR pszProvName, DWORD dwProvType)
|
|||
}
|
||||
|
||||
/******************************************************************************
|
||||
* CryptSetProviderEx (ADVAPI32.@)
|
||||
* CryptSetProviderExA (ADVAPI32.@)
|
||||
*/
|
||||
BOOL WINAPI CryptSetProviderExA (LPCSTR pszProvName, DWORD dwProvType, DWORD *pdwReserved, DWORD dwFlags)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue