summaryrefslogtreecommitdiff
path: root/pango/modules.h
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-02-19 20:53:56 +0000
committerHans Breuer <hans@src.gnome.org>2001-02-19 20:53:56 +0000
commita7e7e50eea273f1b7f50da041bea1a53782b06f8 (patch)
tree815a65c866ac716200fe8d004631df0372be20ad /pango/modules.h
parentf261f4ca89bade8bf24ef5a76dbb68bd113cc748 (diff)
downloadpango-a7e7e50eea273f1b7f50da041bea1a53782b06f8.tar.gz
added _pango_included_win32_modules[] to include modules with plain win32
2001-02-19 Hans Breuer <hans@breuer.org> * pango/modules.h, pango/pangowin32.c (pango_win32_get_context) : added _pango_included_win32_modules[] to include modules with plain win32 build as well. * pango/pango.def : added new exported functions * pango/pangowin32-fontmap.c : add unspecified fonts for Monospace, Sans and Serif to avoid crashes if no alias file is provided * pango/*/makefile.msc : new files to build on windoze with msvc
Diffstat (limited to 'pango/modules.h')
-rw-r--r--pango/modules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/modules.h b/pango/modules.h
index 2e1b73e2..56707b06 100644
--- a/pango/modules.h
+++ b/pango/modules.h
@@ -28,5 +28,6 @@
extern PangoIncludedModule _pango_included_x_modules[];
extern PangoIncludedModule _pango_included_xft_modules[];
extern PangoIncludedModule _pango_included_ft2_modules[];
+extern PangoIncludedModule _pango_included_win32_modules[];
#endif /* __MODULES_H__ */