implement stub for NtGdiEngComputeGlyphSet

svn path=/trunk/; revision=28551
This commit is contained in:
Magnus Olsen 2007-08-25 17:09:10 +00:00
parent 0cdfc0038a
commit 02eec98371
2 changed files with 10 additions and 1 deletions

View file

@ -1666,4 +1666,13 @@ NtGdiEngStretchBltROP(SURFOBJ *psoDest,
return FALSE;
}
FD_GLYPHSET* STDCALL
NtGdiEngComputeGlyphSet( INT nCodePage,
INT nFirstChar,
INT cChars)
{
UNIMPLEMENTED;
return NULL;
}

View file

@ -610,7 +610,7 @@ NtGdiEngCreateBitmap 6
NtGdiEngCreateDeviceSurface 4
NtGdiEngCreateDeviceBitmap 4
NtGdiEngCreatePalette 6
# NtGdiEngComputeGlyphSet 3
NtGdiEngComputeGlyphSet 3
NtGdiEngCopyBits 6
NtGdiEngDeletePalette 1
NtGdiEngDeleteSurface 1