mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Fix underline bug introduced in r30780
svn path=/trunk/; revision=30808
This commit is contained in:
parent
cc030181aa
commit
19c56142c7
1 changed files with 0 additions and 5 deletions
|
@ -3622,11 +3622,6 @@ NtGdiGetTextExtentExW(
|
|||
|
||||
/* FIXME: Handle fl */
|
||||
|
||||
if (!Count)
|
||||
{
|
||||
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
||||
return FALSE;
|
||||
}
|
||||
if (0 == Count)
|
||||
{
|
||||
Size.cx = 0;
|
||||
|
|
Loading…
Reference in a new issue