X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2a6cdce89409dc0275e23523c3807972a82f2cf7..cd883d9759844701ef57afa0cb03de7722acc5e5:/lib/python/swig.h diff --git a/lib/python/swig.h b/lib/python/swig.h index 23ce9aad..c094b646 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