cleanup w->a cross calls in crypt

James Hawkins truiken at gmail.com
Thu Sep 2 19:21:19 CDT 2004


> You cannot change exported types.

I didnt think so, but is it acceptable to make a cast from w->a when
writing to this struct?  I'll write it out and send it back through.

On Thu, 02 Sep 2004 17:12:57 -0700, Alexandre Julliard
<julliard at winehq.org> wrote:
> 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
> 


-- 
James Hawkins



More information about the wine-devel mailing list