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