summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n.h b/i18n.h
index d36da2e..eefcd6b 100644
--- a/i18n.h
+++ b/i18n.h
@@ -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