mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
implement stub for NtGdiQueryFontAssocInfo
svn path=/trunk/; revision=28704
This commit is contained in:
parent
9dff58ee42
commit
58b517d1c1
2 changed files with 14 additions and 1 deletions
|
@ -2854,3 +2854,16 @@ NtGdiHT_Get8BPPFormatPalette(
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
ULONG
|
||||
STDCALL
|
||||
NtGdiQueryFontAssocInfo(
|
||||
IN HDC hdc
|
||||
)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -250,7 +250,7 @@ NtGdiPolyPolyDraw 5
|
|||
NtGdiPtInRegion 3
|
||||
NtGdiPtVisible 3
|
||||
NtGdiQueryFonts 3
|
||||
# NtGdiQueryFontAssocInfo 1
|
||||
NtGdiQueryFontAssocInfo 1
|
||||
NtGdiRectangle 5
|
||||
NtGdiRectInRegion 2
|
||||
NtGdiRectVisible 2
|
||||
|
|
Loading…
Reference in a new issue