X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2Fswig.h;fp=lib%2Fpython%2Fswig.h;h=c094b6462eab53ac69dc46b3a75f57e1a0c71156;hb=6dcb75c26bbfec04b381bb99d75404f9fe50635d;hp=c9be96958b09a088a90fd199ba13edd00f91f233;hpb=26a6141301937e0ef501b4cd7ae61b4f2293b7e5;p=vuplus_dvbapp diff --git a/lib/python/swig.h b/lib/python/swig.h index c9be969..c094b64 100644 --- a/lib/python/swig.h +++ b/lib/python/swig.h @@ -18,11 +18,13 @@ typedef x y; \ #define SWIG_OUTPUT OUTPUT #define SWIG_NAMED_OUTPUT(x) OUTPUT #define SWIG_VOID(x) void +#define SWIG_PYOBJECT(x) PyObject* #else #define SWIG_INPUT #define SWIG_OUTPUT #define SWIG_NAMED_OUTPUT(x) x #define SWIG_VOID(x) x +#define SWIG_PYOBJECT(x) x #endif #endif