- Update Gdi GetFontLanguageInfo.

svn path=/trunk/; revision=37092
This commit is contained in:
James Tabor 2008-10-30 10:48:49 +00:00
parent 693488f7ff
commit f5883c94d4
2 changed files with 12 additions and 15 deletions

View file

@ -173,21 +173,6 @@ GetMetaFileBitsEx(
return 0;
}
/*
* @unimplemented
*/
DWORD
STDCALL
GetFontLanguageInfo(
HDC hDc
)
{
UNIMPLEMENTED;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}
/*
* @unimplemented
*/

View file

@ -904,6 +904,18 @@ GetCharWidthI(HDC hdc,
(PVOID) lpBuffer );
}
/*
* @implemented
*/
DWORD
STDCALL
GetFontLanguageInfo(
HDC hDc
)
{
return GetDCDWord(hDc, GdiGetFontLanguageInfo, GCP_ERROR);
}
/*
* @implemented
*/