Re: cleanup a->w cross calls in advapi32/crypt.c
July 21, 2004
4:08 p.m.
James Hawkins <truiken(a)gmail.com> writes:
- PCSTR KEYSTR = "Software\\Microsoft\\Cryptography\\Defaults\\Provider\\"; - PSTR keyname; + PCWSTR KEYSTR = (PCWSTR)"Software\\Microsoft\\Cryptography\\Defaults\\Provider\\"; + PWSTR keyname;
This is wrong, you need to declare Unicode strings, not typecast ASCII ones. -- Alexandre Julliard julliard(a)winehq.org
7918
Age (days ago)
7918
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard