Re: riched20: Set control content in WM_CREATE message

2013-10-08 Thread Akihiro Sagawa
On Sat, 05 Oct 2013 14:54:07 +0200, Piotr Caban wrote: + if (!(editor-styleFlags ES_MULTILINE)) + { +len = 0; +while(textW[len] != '0' textW[len] != '\r' textW[len] != '\n') + len++; + } Although this patch has been committed as

Re: riched20: Set control content in WM_CREATE message

2013-10-08 Thread Piotr Caban
Hi Akihiro, On 10/08/13 12:51, Akihiro Sagawa wrote: On Sat, 05 Oct 2013 14:54:07 +0200, Piotr Caban wrote: + if (!(editor-styleFlags ES_MULTILINE)) + { +len = 0; +while(textW[len] != '0' textW[len] != '\r' textW[len] != '\n') + len++; + } Although

Re: riched20: Set control content in WM_CREATE message

2013-10-07 Thread Alexandre Julliard
Piotr Caban pi...@codeweavers.com writes: --- dlls/riched20/editor.c | 21 + dlls/riched20/tests/editor.c | 38 ++ 2 files changed, 59 insertions(+) It doesn't work: ../../../tools/runtest -q -P wine -M riched20.dll -T ../../..