From 710ef6922b229b14ecd9dd5c17a8730567b8783d Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 30 Apr 2007 18:58:22 +0000 Subject: [PATCH] Moved NtGdiGetTextCharset to NtGdiGetCharSet. svn path=/trunk/; revision=26597 --- reactos/subsystems/win32/win32k/objects/text.c | 10 ++-------- reactos/tools/nci/w32ksvc.db | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/reactos/subsystems/win32/win32k/objects/text.c b/reactos/subsystems/win32/win32k/objects/text.c index b005ab3a3c2..b45c79f7244 100644 --- a/reactos/subsystems/win32/win32k/objects/text.c +++ b/reactos/subsystems/win32/win32k/objects/text.c @@ -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; diff --git a/reactos/tools/nci/w32ksvc.db b/reactos/tools/nci/w32ksvc.db index 1194b531a9e..291c24f75f9 100644 --- a/reactos/tools/nci/w32ksvc.db +++ b/reactos/tools/nci/w32ksvc.db @@ -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