diff options
author | Tor Lillqvist <tml@iki.fi> | 2010-03-16 00:46:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2010-03-16 00:46:24 +0200 |
commit | d9e254f3220337577b22f229839e036f344ce048 (patch) | |
tree | f75555cf56df7193f5899d0b4f3fa9388346309c /modules/indic | |
parent | 27c81605322cab7ed738f51627a33ce640327d17 (diff) | |
download | pango-d9e254f3220337577b22f229839e036f344ce048.tar.gz |
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.
Diffstat (limited to 'modules/indic')
-rw-r--r-- | modules/indic/indic-fc.c | 4 | ||||
-rw-r--r-- | modules/indic/indic-lang.c | 4 |
2 files changed, 0 insertions, 8 deletions
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 <string.h> -#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" |