diff options
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: i18n.h 95 2007-09-21 23:01:10Z tom $ + * $Id: i18n.h 96 2007-09-23 13:18:41Z tom $ */ #ifndef VDR_SPIDER_I18N_H @@ -28,6 +28,10 @@ #include <vdr/config.h> +#if VDRVERSNUM < 10507 + +#define trNOOP(s) (s) + namespace SpiderPlugin { @@ -35,4 +39,6 @@ namespace SpiderPlugin } // namespace SpiderPlugin +#endif + #endif // VDR_SPIDER_I18N_H |