3 Sep
2004
3 Sep
'04
3:16 a.m.
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(a)winehq.org> wrote:
James Hawkins <truiken(a)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(a)winehq.org
-- James Hawkins