Fix underline bug introduced in r30780

svn path=/trunk/; revision=30808
This commit is contained in:
Thomas Bluemel 2007-11-27 01:33:16 +00:00
parent cc030181aa
commit 19c56142c7

View file

@ -3622,11 +3622,6 @@ NtGdiGetTextExtentExW(
/* FIXME: Handle fl */
if (!Count)
{
SetLastWin32Error(ERROR_INVALID_PARAMETER);
return FALSE;
}
if (0 == Count)
{
Size.cx = 0;