[ADVAPI32] wine: Remove remnant ros_diff.patch

Added on 4234345b03 (r48090),
merged on d4a89f6cca.

CORE-14434
This commit is contained in:
Serge Gautherie 2020-03-12 17:07:47 +01:00 committed by Thomas Faber
parent 16f47d5e6f
commit df224cb710
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -1,13 +0,0 @@
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;