Make sure edit and listbox controls are of same ASCII/Unicode style as
authorAlexandre Julliard <julliard@winehq.org>
Thu, 13 Jun 2002 19:20:43 +0000 (19:20 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 13 Jun 2002 19:20:43 +0000 (19:20 +0000)
commit741325b86aa4322b66e8a1cc2fec8dbbee3d87b1
tree66a164f923bef8edcb1c0074e68aa2aeb0c11151
parent935e3df35c2c7bf00ff70f98a0c5dd8cbc902698
Make sure edit and listbox controls are of same ASCII/Unicode style as
the combo box. Fixed a few MBCS issues with WM_GETTEXTLENGTH handling.
controls/combo.c
controls/edit.c
controls/listbox.c