We can't use RtlCreateUnicodeStringFromAsciiz for WM_SETTEXT as the
authorHuw Davies <huw@codeweavers.com>
Mon, 19 May 2003 23:15:21 +0000 (23:15 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 May 2003 23:15:21 +0000 (23:15 +0000)
commitb367a6e6283724bf1f5ff296d2c1c2246a9991ee
treef55821027373e10cb1bf3a44aa598f9b0c42f112
parent83d92d3e0f65ff2025da51fe23543e340e0f305c
We can't use RtlCreateUnicodeStringFromAsciiz for WM_SETTEXT as the
resulting unicode string may be greater than 0xffff bytes.
windows/winproc.c