Skip to content
Snippets Groups Projects
Commit a7d07684 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard
Browse files

crypt32: Make I_CryptGetDefaultCryptProv hot-patchable.

parent c3d6211a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment