diff options
Diffstat (limited to 'pango/module-defs-fc.c.win32')
-rw-r--r-- | pango/module-defs-fc.c.win32 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pango/module-defs-fc.c.win32 b/pango/module-defs-fc.c.win32 new file mode 100644 index 00000000..429ba869 --- /dev/null +++ b/pango/module-defs-fc.c.win32 @@ -0,0 +1,9 @@ +/* Hand-written. Once the GNU configure mechanism is used + * on Win32, too, can be generated. +*/ + +#include "modules.h" + +PangoIncludedModule _pango_included_fc_modules[] = { + { NULL, NULL, NULL }, +}; |