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