mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:25:52 +00:00
Checked code format, compiler has issues.
svn path=/trunk/; revision=36781
This commit is contained in:
parent
bc4ca08f94
commit
e2447c3d0f
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ GetTextFaceW(HDC hDC,
|
||||||
{
|
{
|
||||||
if (pFaceName && nCount <= 0)
|
if (pFaceName && nCount <= 0)
|
||||||
{
|
{
|
||||||
// GdiSetLastError(ERROR_INVALID_PARAMETER);
|
GdiSetLastError(ERROR_INVALID_PARAMETER);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return NtGdiGetTextFaceW(hDC, nCount, pFaceName, FALSE);
|
return NtGdiGetTextFaceW(hDC, nCount, pFaceName, FALSE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue