summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2012-12-07 12:00:15 +0100
committerAndreas Mair <amair.sob@googlemail.com>2012-12-07 12:00:15 +0100
commitb99a359e0956748403f9b64caf45f58c67bb62b9 (patch)
treede642b61e25e00735b686f855a2f6e9b19f365db /tools.h
parent693b589239ad533481e615220f0f18dcf563c569 (diff)
downloadvdr-plugin-extrecmenu-b99a359e0956748403f9b64caf45f58c67bb62b9.tar.gz
vdr-plugin-extrecmenu-b99a359e0956748403f9b64caf45f58c67bb62b9.tar.bz2
Always use VDR's cutting feature in VDR >=1.7.32.
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 3ca48f0..189d312 100644
--- a/tools.h
+++ b/tools.h
@@ -1,3 +1,9 @@
+#ifndef USE_VDR_CUTTER
+# if VDRVERSNUM >= 10732
+# define USE_VDR_CUTTER
+# endif
+#endif
+
std::string myStrReplace(std::string S,char C1,const char* C2);
class SortListItem:public cListObject