From ec96e8225c70e2ea777f85abc7dd3f5411d8513c Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Fri, 31 Aug 2007 15:09:51 +0000 Subject: [PATCH] redirect GetFontUnicodeRanges to win32k.sys svn path=/trunk/; revision=28709 --- reactos/dll/win32/gdi32/gdi32.def | 21 +++++++++++---------- reactos/dll/win32/gdi32/misc/stubs.c | 15 +-------------- 2 files changed, 12 insertions(+), 24 deletions(-) diff --git a/reactos/dll/win32/gdi32/gdi32.def b/reactos/dll/win32/gdi32/gdi32.def index 455010babec..75f12641080 100644 --- a/reactos/dll/win32/gdi32/gdi32.def +++ b/reactos/dll/win32/gdi32/gdi32.def @@ -316,6 +316,17 @@ GetEUDCTimeStampExW@4 GetEnhMetaFileA@4 GetEnhMetaFileBits@12 GetEnhMetaFileDescriptionA@12 +GetEnhMetaFileDescriptionW@12 +GetEnhMetaFileHeader@12 +GetEnhMetaFilePaletteEntries@12 +GetEnhMetaFilePixelFormat@12 +GetEnhMetaFileW@4 +GetFontAssocStatus@4 +GetFontData@20 +GetFontLanguageInfo@4 +GetFontResourceInfoW@16 +GetFontUnicodeRanges@8=NtGdiGetFontUnicodeRanges@8 + ClearBitmapAttributes@8 @@ -379,16 +390,6 @@ DdEntry56@8=NtGdiDdWaitForVerticalBlank@8 GdiDrawStream@12 GetBitmapAttributes@4 GetBrushAttributes@4 -GetEnhMetaFileDescriptionW@12 -GetEnhMetaFileHeader@12 -GetEnhMetaFilePaletteEntries@12 -GetEnhMetaFilePixelFormat@12 -GetEnhMetaFileW@4 -GetFontAssocStatus@4 -GetFontData@20 -GetFontLanguageInfo@4 -GetFontResourceInfoW@16 -GetFontUnicodeRanges@8 GetGlyphIndicesA@20 GetGlyphIndicesW@20 GetGlyphOutline=GetGlyphOutlineA@28 diff --git a/reactos/dll/win32/gdi32/misc/stubs.c b/reactos/dll/win32/gdi32/misc/stubs.c index df6083b4214..d56a6f064f8 100644 --- a/reactos/dll/win32/gdi32/misc/stubs.c +++ b/reactos/dll/win32/gdi32/misc/stubs.c @@ -1663,20 +1663,7 @@ GetCharWidthI( return 0; } -/* - * @unimplemented - */ -DWORD -STDCALL -GetFontUnicodeRanges( - HDC hdc, - LPGLYPHSET lpgs -) -{ - UNIMPLEMENTED; - SetLastError(ERROR_CALL_NOT_IMPLEMENTED); - return 0; -} + /* * @implemented