summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
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