mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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)
|
||||
{
|
||||
// GdiSetLastError(ERROR_INVALID_PARAMETER);
|
||||
GdiSetLastError(ERROR_INVALID_PARAMETER);
|
||||
return 0;
|
||||
}
|
||||
return NtGdiGetTextFaceW(hDC, nCount, pFaceName, FALSE);
|
||||
|
|
Loading…
Reference in a new issue