X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2Fswig.h;h=c094b6462eab53ac69dc46b3a75f57e1a0c71156;hp=23ce9aad71cff41a281671448405e578256addc2;hb=6dcb75c26bbfec04b381bb99d75404f9fe50635d;hpb=2a6cdce89409dc0275e23523c3807972a82f2cf7 diff --git a/lib/python/swig.h b/lib/python/swig.h index 23ce9aa..c094b64 100644 --- a/lib/python/swig.h +++ b/lib/python/swig.h @@ -16,11 +16,15 @@ typedef x y; \ #ifdef SWIG #define SWIG_INPUT INPUT #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