Commit a7d07684 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

crypt32: Make I_CryptGetDefaultCryptProv hot-patchable.

parent c3d6211a
......@@ -174,7 +174,7 @@ BOOL WINAPI I_CryptGetOssGlobal(DWORD x)
return FALSE;
}
HCRYPTPROV WINAPI I_CryptGetDefaultCryptProv(DWORD reserved)
HCRYPTPROV WINAPI DECLSPEC_HOTPATCH I_CryptGetDefaultCryptProv(DWORD reserved)
{
HCRYPTPROV ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment