added PyInt_AsSsize_t (to fix build errors

This commit is contained in:
rdb 2008-11-08 15:16:37 +00:00
parent bf399ac4bb
commit d078e16236

View File

@ -49,6 +49,7 @@ extern "C" {
EXPCL_DTOOLCONFIG int PyGILState_Ensure(...);
EXPCL_DTOOLCONFIG int PyGILState_Release(...);
EXPCL_DTOOLCONFIG int PyInt_AsLong(...);
EXPCL_DTOOLCONFIG int PyInt_AsSsize_t(...);
EXPCL_DTOOLCONFIG int PyInt_FromLong(...);
EXPCL_DTOOLCONFIG int PyInt_Type(...);
EXPCL_DTOOLCONFIG int PyList_Append(...);
@ -170,6 +171,7 @@ int PyGen_Type(...) { return 0; }
int PyGILState_Ensure(...) { return 0; }
int PyGILState_Release(...) { return 0; }
int PyInt_AsLong(...) { return 0; }
int PyInt_AsSsize_t(...) { return 0; }
int PyInt_FromLong(...) { return 0; }
int PyInt_Type(...) { return 0; }
int PyList_Append(...) { return 0; }