mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
14 lines
403 B
Diff
14 lines
403 B
Diff
|
Index: crypt.c
|
||
|
===================================================================
|
||
|
--- crypt.c (Revision 48087)
|
||
|
+++ crypt.c (Arbeitskopie)
|
||
|
@@ -618,7 +618,7 @@
|
||
|
* Success: TRUE
|
||
|
* Failure: FALSE
|
||
|
*/
|
||
|
-BOOL WINAPI CryptReleaseContext (HCRYPTPROV hProv, ULONG_PTR dwFlags)
|
||
|
+BOOL WINAPI CryptReleaseContext (HCRYPTPROV hProv, DWORD dwFlags)
|
||
|
{
|
||
|
PCRYPTPROV pProv = (PCRYPTPROV)hProv;
|
||
|
BOOL ret = TRUE;
|