mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 13:15:00 -04:00
add PyObject_Call() (for py2.4)
This commit is contained in:
parent
cdadcc77d8
commit
e451e12df4
@ -41,6 +41,7 @@ extern "C" {
|
||||
EXPCL_DTOOLCONFIG int PyLong_Type(...);
|
||||
EXPCL_DTOOLCONFIG int PyNumber_Long(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_CallObject(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_Call(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_GetAttrString(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_HasAttrString(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_IsInstance(...);
|
||||
@ -107,6 +108,7 @@ int PyLong_FromUnsignedLongLong(...) { return 0; }
|
||||
int PyLong_Type(...) { return 0; }
|
||||
int PyNumber_Long(...) { return 0; }
|
||||
int PyObject_CallObject(...) { return 0; }
|
||||
int PyObject_Call(...) { return 0; }
|
||||
int PyObject_GetAttrString(...) { return 0; }
|
||||
int PyObject_HasAttrString(...) { return 0; }
|
||||
int PyObject_IsInstance(...) { return 0; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user