mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
implement stub for NtGdiEngComputeGlyphSet
svn path=/trunk/; revision=28551
This commit is contained in:
@@ -1666,4 +1666,13 @@ NtGdiEngStretchBltROP(SURFOBJ *psoDest,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
FD_GLYPHSET* STDCALL
|
||||
NtGdiEngComputeGlyphSet( INT nCodePage,
|
||||
INT nFirstChar,
|
||||
INT cChars)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -610,7 +610,7 @@ NtGdiEngCreateBitmap 6
|
||||
NtGdiEngCreateDeviceSurface 4
|
||||
NtGdiEngCreateDeviceBitmap 4
|
||||
NtGdiEngCreatePalette 6
|
||||
# NtGdiEngComputeGlyphSet 3
|
||||
NtGdiEngComputeGlyphSet 3
|
||||
NtGdiEngCopyBits 6
|
||||
NtGdiEngDeletePalette 1
|
||||
NtGdiEngDeleteSurface 1
|
||||
|
||||
Reference in New Issue
Block a user