Moved NtGdiGetTextCharset to NtGdiGetCharSet.

svn path=/trunk/; revision=26597
This commit is contained in:
James Tabor 2007-04-30 18:58:22 +00:00
parent ab9029ca76
commit 710ef6922b
2 changed files with 3 additions and 9 deletions

View file

@ -3161,15 +3161,9 @@ NtGdiGetRasterizerCaps(
return FALSE;
}
/*
Based on "Undocumented W2k Secrets", Table B-2, page 473.
This function does not exist. See note in gdi32/objects/text.c
GetTextCharset. This should be moved to include/win32k/ntgdibad.h.
*/
UINT
DWORD
STDCALL
NtGdiGetTextCharset(HDC hDC)
NtGdiGetCharSet(HDC hDC)
{
UNIMPLEMENTED;
return 0;

View file

@ -98,6 +98,7 @@ NtGdiGetBrushOrgEx 2
NtGdiGetCharABCWidths 4
NtGdiGetCharABCWidthsFloat 4
NtGdiGetCharacterPlacement 6
NtGdiGetCharSet 1
NtGdiGetCharWidth32 4
NtGdiGetCharWidthFloat 4
NtGdiGetClipBox 2
@ -152,7 +153,6 @@ NtGdiGetStretchBltMode 1
NtGdiGetSystemPaletteEntries 4
NtGdiGetSystemPaletteUse 1
NtGdiGetTextAlign 1
NtGdiGetTextCharset 1
NtGdiGetTextCharsetInfo 3
NtGdiGetTextColor 1
NtGdiGetTextExtentExPoint 7