Re: Conformance tests for LoadStringW and LoadStringA

2008-02-29 Thread Christopher
[EMAIL PROTECTED] wrote: > Message: 3 > Date: Fri, 29 Feb 2008 12:50:53 +0100 > From: Alexandre Julliard <[EMAIL PROTECTED]> > Subject: Re: Conformance tests for LoadStringW and LoadStringA > To: Christopher <[EMAIL PROTECTED]> > Cc: wine-devel@winehq.org &

Re: Conformance tests for LoadStringW and LoadStringA

2008-02-29 Thread Alexandre Julliard
Christopher <[EMAIL PROTECTED]> 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 =