user: Fix DrawTextExA/W on empty strings.
commitec23fb3a925058a47323c6f402d7db2918783de8
authorRein Klazes <wijn@wanadoo.nl>
Fri, 27 Jan 2006 14:47:15 +0000 (27 15:47 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Jan 2006 14:47:15 +0000 (27 15:47 +0100)
tree4fd4f42d79aa1f4d700134951d6f3f705b1e427d
parent53dab1520055b089f1b40d3164245b7890843294
user: Fix DrawTextExA/W on empty strings.
DrawTextExA/W should calculate a rectangle of zero height and width in
some cases of null or empty supplied strings. With conformance tests.
dlls/user/tests/text.c
dlls/user/text.c