Author: jimtabor Date: Mon Apr 30 22:58:22 2007 New Revision: 26597
URL: http://svn.reactos.org/svn/reactos?rev=26597&view=rev Log: Moved NtGdiGetTextCharset to NtGdiGetCharSet.
Modified: trunk/reactos/subsystems/win32/win32k/objects/text.c trunk/reactos/tools/nci/w32ksvc.db
Modified: trunk/reactos/subsystems/win32/win32k/objects/text.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/obj... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/objects/text.c (original) +++ trunk/reactos/subsystems/win32/win32k/objects/text.c Mon Apr 30 22:58:22 2007 @@ -3161,15 +3161,9 @@ 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;
Modified: trunk/reactos/tools/nci/w32ksvc.db URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/nci/w32ksvc.db?rev=26... ============================================================================== --- trunk/reactos/tools/nci/w32ksvc.db (original) +++ trunk/reactos/tools/nci/w32ksvc.db Mon Apr 30 22:58:22 2007 @@ -98,6 +98,7 @@ NtGdiGetCharABCWidths 4 NtGdiGetCharABCWidthsFloat 4 NtGdiGetCharacterPlacement 6 +NtGdiGetCharSet 1 NtGdiGetCharWidth32 4 NtGdiGetCharWidthFloat 4 NtGdiGetClipBox 2 @@ -152,7 +153,6 @@ NtGdiGetSystemPaletteEntries 4 NtGdiGetSystemPaletteUse 1 NtGdiGetTextAlign 1 -NtGdiGetTextCharset 1 NtGdiGetTextCharsetInfo 3 NtGdiGetTextColor 1 NtGdiGetTextExtentExPoint 7