aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-10-05 19:31:40 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:18:20 -0300
commit480fea82870d311ae474cee7f5931c82dd08a3a8 (patch)
tree39375547557fc27b64b1e13ff3f5d2f60b705c41
parent26e1ee103d1fdec28751acd09664fe6afabc2439 (diff)
Fixed compat header.
-rw-r--r--libshiboken/sbkpython.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libshiboken/sbkpython.h b/libshiboken/sbkpython.h
index ab1682d23..d269c7e98 100644
--- a/libshiboken/sbkpython.h
+++ b/libshiboken/sbkpython.h
@@ -32,6 +32,7 @@
#define PyInt_Type PyLong_Type
#define PyInt_Check PyLong_Check
#define PyInt_AS_LONG PyLong_AS_LONG
+ #define PyInt_AsUnsignedLongLongMask PyLong_AsLongLong
#define PyInt_FromLong PyLong_FromLong
#define PyInt_AsLong PyLong_AsLong
#define SbkNumber_Check PyNumber_Check