From eac9a2caf05c428cb2146e2d2ecefb0081981a1f Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sat, 6 Aug 2005 05:26:10 +0000 Subject: [PATCH] Show DrawTextExA implemented. svn path=/trunk/; revision=17095 --- reactos/lib/user32/windows/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/user32/windows/font.c b/reactos/lib/user32/windows/font.c index 6d41852c48c..b7adac27d3f 100644 --- a/reactos/lib/user32/windows/font.c +++ b/reactos/lib/user32/windows/font.c @@ -1156,7 +1156,7 @@ DrawTextExW( HDC hdc, LPWSTR str, INT i_count, * 4 extra characters. We take great care about just how much modified * string we return. * - * @unimplemented + * @implemented */ int STDCALL DrawTextExA( HDC hdc, LPSTR str, INT count,