Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-11-02 12:07:33 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2004-11-02 12:07:33 +0300
commit9dee1466e82480dc1224da64cb654f4b0a286ca8 (patch)
treefddb7c6c891d20f8dfd9cb485f15bc38e571e8da /winsup/w32api/lib/gdi32.def
parentfe5cd1608b9a7b37cad521b67f8f0856fb533e98 (diff)
* include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
GetGlyphIndicesW): Declare. (GGI_MARK_NONEXISTING_GLYPHS): Define * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA, GetGlyphIndicesW): Add stubs.
Diffstat (limited to 'winsup/w32api/lib/gdi32.def')
-rw-r--r--winsup/w32api/lib/gdi32.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/lib/gdi32.def b/winsup/w32api/lib/gdi32.def
index 927664c95..a0df3995b 100644
--- a/winsup/w32api/lib/gdi32.def
+++ b/winsup/w32api/lib/gdi32.def
@@ -159,6 +159,9 @@ GetFontData@20
GetFontLanguageInfo@4
GetFontResourceInfo@16
GetFontResourceInfoW@16
+GetFontUnicodeRanges@8
+GetGlyphIndicesA@20
+GetGlyphIndicesW@20
GetGlyphOutline@28
GetGlyphOutlineA@28
GetGlyphOutlineW@28