diff options
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ #include <vdr/i18n.h> +#ifndef trNOOP +#define trNOOP(s) (s) +#endif + +#if VDRVERSNUM < 10507 extern const tI18nPhrase Phrases[]; +#endif #endif //_I18N__H |