cleanup w->a cross calls in crypt

Alexandre Julliard julliard at winehq.org
Thu Sep 2 19:12:57 CDT 2004


James Hawkins <truiken at gmail.com> writes:

> --- include/wincrypt.h	18 Aug 2004 23:51:04 -0000	1.22
> +++ include/wincrypt.h	1 Sep 2004 01:11:45 -0000
> @@ -175,7 +175,7 @@
>      DWORD    dwProvType;
>      BYTE    *pbContextInfo;
>      DWORD    cbContextInfo;
> -    LPSTR    pszProvName;
> +    LPWSTR    pszProvName;
>  } VTableProvStruc, *PVTableProvStruc;

You cannot change exported types.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list