diff options
author | Renato Filho <renato.filho@openbossa.org> | 2011-10-05 19:31:40 -0300 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-10-06 17:04:20 -0300 |
commit | 61830f0d5829e2d31bdb1fbbc85328f3d53b9f46 (patch) | |
tree | 6ae8ad7eb69545e677266de1880803932b376f86 | |
parent | 51603a20c404dfd8800e122f8a6cdf66170956c2 (diff) | |
download | shiboken-61830f0d5829e2d31bdb1fbbc85328f3d53b9f46.tar.gz shiboken-61830f0d5829e2d31bdb1fbbc85328f3d53b9f46.tar.xz shiboken-61830f0d5829e2d31bdb1fbbc85328f3d53b9f46.zip |
Fixed compat header.
-rw-r--r-- | libshiboken/sbkpython.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libshiboken/sbkpython.h b/libshiboken/sbkpython.h index ab1682d2..d269c7e9 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 |