implement stub for NtGdiQueryFontAssocInfo

svn path=/trunk/; revision=28704
This commit is contained in:
Magnus Olsen 2007-08-31 14:35:07 +00:00
parent 9dff58ee42
commit 58b517d1c1
2 changed files with 14 additions and 1 deletions

View file

@ -2854,3 +2854,16 @@ NtGdiHT_Get8BPPFormatPalette(
return FALSE;
}
/*
* @unimplemented
*/
ULONG
STDCALL
NtGdiQueryFontAssocInfo(
IN HDC hdc
)
{
UNIMPLEMENTED;
return 0;
}

View file

@ -250,7 +250,7 @@ NtGdiPolyPolyDraw 5
NtGdiPtInRegion 3
NtGdiPtVisible 3
NtGdiQueryFonts 3
# NtGdiQueryFontAssocInfo 1
NtGdiQueryFontAssocInfo 1
NtGdiRectangle 5
NtGdiRectInRegion 2
NtGdiRectVisible 2