parent
1198155083
commit
a82c1b943b
5 changed files with 8 additions and 20 deletions
|
|
@ -11,6 +11,10 @@
|
|||
# error "This version of SWIG only supports Python >= 2.7"
|
||||
#endif
|
||||
|
||||
#if PY_VERSION_HEX >= 0x03000000 && PY_VERSION_HEX < 0x03040000
|
||||
# error "This version of SWIG only supports Python 3 >= 3.4"
|
||||
#endif
|
||||
|
||||
/* Common SWIG API */
|
||||
|
||||
/* for raw pointers */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue