riched20: Split unicode and ansi window procs, handle messages depending on the unico...
authorDmitry Timoshkov <dmitry@codeweavers.com>
Thu, 22 Mar 2007 11:09:43 +0000 (19:09 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 22 Mar 2007 14:47:25 +0000 (15:47 +0100)
commit592b53d0a48ee41558df78bcd128dbdc4ed4802c
tree55342c1b7a5dd9e9d3681d9dc0941a4ccac9dc51
parentb9eb76dea0fe37cc0f0a4ca7f236b47d7fc98700
riched20: Split unicode and ansi window procs, handle messages depending on the unicode flag.

Add a hack for WM_GETTEXT in RichEdit20W class when running in win9x emulation mode.
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/string.c
dlls/riched20/tests/editor.c