Module: wine Branch: master Commit: da5e750a16fde433a74991f6efffa94f2e298984 URL: http://source.winehq.org/git/wine.git/?a=commit;h=da5e750a16fde433a74991f6ef...
Author: Francois Gouget fgouget@free.fr Date: Wed Dec 6 13:42:59 2006 +0100
gdi32: Add a prototype for GetFontUnicodeRanges().
---
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)