[ADVAPI32][PSDK] CryptReleaseContext(): dwFlags parameter is DWORD, only

Import
9cc8b501ee
This commit is contained in:
Serge Gautherie 2020-03-12 17:14:06 +01:00 committed by Thomas Faber
parent df224cb710
commit 8ae8083378
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
2 changed files with 2 additions and 10 deletions

View file

@ -4395,11 +4395,7 @@ CryptImportKey(
_In_ DWORD dwFlags,
_Out_ HCRYPTKEY *phKey);
#if (NTDDI_VERSION >= NTDDI_WINXP)
WINADVAPI BOOL WINAPI CryptReleaseContext(_In_ HCRYPTPROV, _In_ DWORD);
#else
WINADVAPI BOOL WINAPI CryptReleaseContext(_In_ HCRYPTPROV, _In_ ULONG_PTR);
#endif
WINADVAPI
BOOL