crypt32: Constify some variables (4 of 5) (Resend)

Robert Shearman rob at codeweavers.com
Mon Apr 16 04:33:43 CDT 2007


Andrew Talbot wrote:
>  typedef BOOL (WINAPI *CryptDecodeObjectFunc)(DWORD, LPCSTR, const BYTE *,
>   DWORD, DWORD, void *, DWORD *);
>  typedef BOOL (WINAPI *CryptDecodeObjectExFunc)(DWORD, LPCSTR, const BYTE *,
> - DWORD, DWORD, PCRYPT_DECODE_PARA, void *, DWORD *);
> + DWORD, DWORD, const CRYPT_DECODE_PARA *, void *, DWORD *);
>  
>   

This declaration needs to match that of CryptDecodeObjectEx in wincrypt.h.

-- 
Rob Shearman




More information about the wine-devel mailing list