Checked code format, compiler has issues.

svn path=/trunk/; revision=36781
This commit is contained in:
James Tabor 2008-10-17 04:56:47 +00:00
parent bc4ca08f94
commit e2447c3d0f

View file

@ -365,7 +365,7 @@ GetTextFaceW(HDC hDC,
{
if (pFaceName && nCount <= 0)
{
// GdiSetLastError(ERROR_INVALID_PARAMETER);
GdiSetLastError(ERROR_INVALID_PARAMETER);
return 0;
}
return NtGdiGetTextFaceW(hDC, nCount, pFaceName, FALSE);