aboutsummaryrefslogtreecommitdiff
path: root/lib/base/object.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-02-26 20:01:06 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-02-26 20:01:06 +0000
commitc31218a50b890d768c6b276a702cb9c22f89fb70 (patch)
treecf9019951bf057ab9a68741d9f296af2d8718066 /lib/base/object.h
parentdf5f0428e2ffc29e460afb7a6a6b7535eab0eb07 (diff)
downloadenigma2-c31218a50b890d768c6b276a702cb9c22f89fb70.tar.gz
enigma2-c31218a50b890d768c6b276a702cb9c22f89fb70.zip
compile fixes for old dvb api (7020....)
Diffstat (limited to 'lib/base/object.h')
-rw-r--r--lib/base/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/object.h b/lib/base/object.h
index ea08a771..8cea2cd1 100644
--- a/lib/base/object.h
+++ b/lib/base/object.h
@@ -106,7 +106,7 @@ public:
if (!ref) \
delete this; \
}
- #elif defined(__ppc__)
+ #elif defined(__ppc__) || defined(__powerpc__)
#define DECLARE_REF(x) \
private: oRefCount ref; \
public: void AddRef(); \