gdi32: Add a prototype for GetFontUnicodeRanges().

Francois Gouget fgouget at free.fr
Wed Dec 6 06:42:59 CST 2006


---
 include/wingdi.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/wingdi.h b/include/wingdi.h
index 008ba9e..34b54eb 100644
--- a/include/wingdi.h
+++ b/include/wingdi.h
@@ -3452,6 +3452,7 @@ UINT      WINAPI GetEnhMetaFileHeader(HE
 UINT      WINAPI GetEnhMetaFilePaletteEntries(HENHMETAFILE,UINT,LPPALETTEENTRY);
 DWORD     WINAPI GetFontData(HDC,DWORD,DWORD,LPVOID,DWORD);
 DWORD     WINAPI GetFontLanguageInfo(HDC);
+DWORD     WINAPI GetFontUnicodeRanges(HDC,LPGLYPHSET);
 DWORD     WINAPI GetGlyphIndicesA(HDC,LPCSTR,INT,LPWORD,DWORD);
 DWORD     WINAPI GetGlyphIndicesW(HDC,LPCWSTR,INT,LPWORD,DWORD);
 #define   GetGlyphIndices WINELIB_NAME_AW(GetGlyphIndices)
-- 
1.4.3.3




More information about the wine-patches mailing list