cleanup w->a cross calls in crypt

James Hawkins truiken at gmail.com
Thu Sep 2 22:16:58 CDT 2004


> No, if it's an LPSTR it has to point to an ASCII string.

I mean, when im assigning pszProvName is it acceptable to convert
provname from unicode to ascii and then assign provname to
pszProvName?

/* convert provname to ascii */
pProv->pVTable->pszProvName = provNameA;

On Thu, 02 Sep 2004 19:14:05 -0700, Alexandre Julliard
<julliard at winehq.org> wrote:
> James Hawkins <truiken at gmail.com> writes:
> 
> >> 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.
> 
> No, if it's an LPSTR it has to point to an ASCII string.
> 
> --
> 
> 
> Alexandre Julliard
> julliard at winehq.org
> 


-- 
James Hawkins



More information about the wine-devel mailing list