diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | tools.h | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,7 @@ VDR Plugin 'extrecmenu' Revision History ---------------------------------------- 2012-xx-xx: Version 1.2.3 +- [amair] Always use VDR's cutting feature in VDR >=1.7.32. - [amair] Reduced calls to get the free disk space. - [amair] Use new MBperMinute() function in VDR >=1.7.27. - [amair] Fixed compiling with VDR 1.7.28. @@ -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 |