[PATCH v2 1/5] advapi32: CryptReleaseContext() dwFlags parameter is DWORD, not ULONG_PTR.

Alexandre Julliard julliard at winehq.org
Tue Mar 17 04:25:53 CDT 2020


Serge Gautherie <winehq-git_serge_180711 at gautherie.fr> writes:

>  {
>  	PCRYPTPROV pProv = (PCRYPTPROV)hProv;
>  	BOOL ret = TRUE;
>  
> -	TRACE("(0x%lx, %08lx)\n", hProv, dwFlags);
> +    TRACE("(0x%lx, %08x)\n", hProv, dwFlags);

The indentation is wrong, here and in your other patches. Please fix
your tab size.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list