> 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 <[EMAIL PROTECTED]> wrote: > James Hawkins <[EMAIL PROTECTED]> 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 > [EMAIL PROTECTED] > -- James Hawkins
