21 Jul
2004
21 Jul
'04
9: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