Skip to content
Snippets Groups Projects
user avatar
axasia authored
Following implicit cast occurred error C2664 from cl compiler.
 (const WCHAR *) => (const ushort *)
 (const ushort *) => (PCWSTR)
So fixed by using a explicit cast which reinterpret_cast.
8d53cb0f
History