From 1a055e2b409eec52dc75641c436605712af14a49 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sat, 8 Dec 2012 20:24:28 +0100 Subject: support for vdr-1.7.33, thanks for a patch provided by Wolfgang Rohdewald --- epgsearchtools.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'epgsearchtools.h') diff --git a/epgsearchtools.h b/epgsearchtools.h index 94b1378..069cb1e 100644 --- a/epgsearchtools.h +++ b/epgsearchtools.h @@ -31,6 +31,10 @@ The project's page is at http://winni.vdr-developer.org/epgsearch using std::string; +#if VDRVERSNUM < 10733 +#define eTimerMatch int +#endif + #define MAXPARSEBUFFER KILOBYTE(10) #undef CHANNELNAME -- cgit v1.2.3