mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Show DrawTextExA implemented.
svn path=/trunk/; revision=17095
This commit is contained in:
parent
1556909d27
commit
eac9a2caf0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue