diff options
author | phintuka <phintuka> | 2007-09-12 13:10:28 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-09-12 13:10:28 +0000 |
commit | e2650fc29ca428caf893e93f83a1895b7fc1afe4 (patch) | |
tree | db301a4939e2624c83ca2eeff3292e1da67b6a65 | |
parent | 77882f928377acbcd07c0efd972337de9c322fe2 (diff) | |
download | xineliboutput-e2650fc29ca428caf893e93f83a1895b7fc1afe4.tar.gz xineliboutput-e2650fc29ca428caf893e93f83a1895b7fc1afe4.tar.bz2 |
trNOOP and trVDR for older VDRs
-rw-r--r-- | i18n.h | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: i18n.h,v 1.1 2006-06-03 09:50:54 phintuka Exp $ + * $Id: i18n.h,v 1.2 2007-09-12 13:10:28 phintuka Exp $ * */ @@ -15,4 +15,12 @@ extern const tI18nPhrase Phrases[]; +#ifndef trNOOP +# define trNOOP(s) (s) +#endif + +#ifndef trVDR +# define trVDR(s) tr(s) +#endif + #endif //__XINELIBOUTPUT_I18N_H |