diff options
Diffstat (limited to 'pango/pango-engine.h')
-rw-r--r-- | pango/pango-engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-engine.h b/pango/pango-engine.h index a5c92d88..f15747c6 100644 --- a/pango/pango-engine.h +++ b/pango/pango-engine.h @@ -30,7 +30,7 @@ G_BEGIN_DECLS -#ifdef PANGO_ENABLE_ENGINE +#ifndef PANGO_DISABLE_DEPRECATED /** * PANGO_RENDER_TYPE_NONE: @@ -444,7 +444,7 @@ prefix ## _register_type (GTypeModule *module) \ #define PANGO_MODULE_ENTRY(func) script_engine_##func #endif -#endif /* PANGO_ENABLE_ENGINE */ +#endif /* PANGO_DISABLE_DEPRECATED */ G_END_DECLS |