diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2010-05-04 21:03:19 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2010-05-04 21:03:19 +0200 |
commit | 8a4168bd0d2e468604755398f18be1fba9046aa0 (patch) | |
tree | 56558e0517e3b63483a2813146563eaf0371c666 /compat.h | |
parent | 75ebec3efc4879fc8bee8a3ecfe71809d9fccefd (diff) | |
download | vdr-plugin-graphlcd-8a4168bd0d2e468604755398f18be1fba9046aa0.tar.gz vdr-plugin-graphlcd-8a4168bd0d2e468604755398f18be1fba9046aa0.tar.bz2 |
initial git upload, based on graphlcd-0.2.0-pre2
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/compat.h b/compat.h deleted file mode 100644 index 4041ed4..0000000 --- a/compat.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _GRAPHLCD_COMPAT_H_ -#define _GRAPHLCD_COMPAT_H_ - - -#if VDRVERSNUM < 10318 -#define TimeMs time_ms -#else -#define TimeMs cTimeMs::Now -#endif - -#if VDRVERSNUM >= 10318 -#define Apid1() Apid(0) -#define Apid2() Apid(1) -#define Dpid1() Dpid(0) -#define Dpid2() Dpid(1) -#endif - -#endif |