Re: Conformance tests for LoadStringW and LoadStringA
29 Feb
2008
29 Feb
'08
5: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
6495
Age (days ago)
6495
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard