X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2a6cdce89409dc0275e23523c3807972a82f2cf7..9925392e576717cc0df070ace822a6f392808bb7:/lib/python/swig.h diff --git a/lib/python/swig.h b/lib/python/swig.h index 23ce9aad..c9be9695 100644 --- a/lib/python/swig.h +++ b/lib/python/swig.h @@ -16,10 +16,12 @@ typedef x y; \ #ifdef SWIG #define SWIG_INPUT INPUT #define SWIG_OUTPUT OUTPUT +#define SWIG_NAMED_OUTPUT(x) OUTPUT #define SWIG_VOID(x) void #else #define SWIG_INPUT #define SWIG_OUTPUT +#define SWIG_NAMED_OUTPUT(x) x #define SWIG_VOID(x) x #endif