diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-02-26 20:01:06 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-02-26 20:01:06 +0000 |
| commit | c31218a50b890d768c6b276a702cb9c22f89fb70 (patch) | |
| tree | cf9019951bf057ab9a68741d9f296af2d8718066 /lib/base/object.h | |
| parent | df5f0428e2ffc29e460afb7a6a6b7535eab0eb07 (diff) | |
| download | enigma2-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.h | 2 |
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(); \ |
