29 Feb
2008
29 Feb
'08
11:50 a.m.
Christopher <raccoonone(a)procyongames.com> writes:
+ ok(!memcmp(copiedstring, returnedstring, (length2 + 1)*sizeof(WCHAR)), + "LoadStringW returned a string that does not match the string pointed to by the pointer it returned. \ + returnedstring = %ls, copiedstring = %ls", (wchar_t *)returnedstring, (wchar_t *)copiedstring);
You cannot cast a WCHAR* to a wchar_t*. -- Alexandre Julliard julliard(a)winehq.org