From d9e254f3220337577b22f229839e036f344ce048 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 16 Mar 2010 00:46:24 +0200 Subject: Put the PANGO_MODULE_PREFIX defines in the project files Put the PANGO_MODULE_PREFIX defines in the project files instead of having them behind an ifdef in the source files. --- modules/indic/indic-fc.c | 4 ---- modules/indic/indic-lang.c | 4 ---- 2 files changed, 8 deletions(-) (limited to 'modules/indic') diff --git a/modules/indic/indic-fc.c b/modules/indic/indic-fc.c index 0f8a767a..3a232be4 100644 --- a/modules/indic/indic-fc.c +++ b/modules/indic/indic-fc.c @@ -27,10 +27,6 @@ #include "indic-ot.h" -#if defined(G_OS_WIN32) && !defined(PANGO_MODULE_PREFIX) -#define PANGO_MODULE_PREFIX _pango_indic_fc -#endif - #include "pango-engine.h" #include "pango-ot.h" #include "pango-utils.h" diff --git a/modules/indic/indic-lang.c b/modules/indic/indic-lang.c index 84f3e49a..dc01b6fe 100644 --- a/modules/indic/indic-lang.c +++ b/modules/indic/indic-lang.c @@ -23,10 +23,6 @@ #include "config.h" #include -#if defined(G_OS_WIN32) && !defined(PANGO_MODULE_PREFIX) -#define PANGO_MODULE_PREFIX _pango_indic_lang -#endif - #include "pango-engine.h" #include "pango-break.h" -- cgit v1.2.1