mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Add PyLong_AsSsize_t
This commit is contained in:
parent
dc20f793b6
commit
c5bc7790ae
@ -65,6 +65,7 @@ extern "C" {
|
||||
EXPCL_PYSTUB int PyList_Type(...);
|
||||
EXPCL_PYSTUB int PyLong_AsLong(...);
|
||||
EXPCL_PYSTUB int PyLong_AsLongLong(...);
|
||||
EXPCL_PYSTUB int PyLong_AsSsize_t(...);
|
||||
EXPCL_PYSTUB int PyLong_AsUnsignedLong(...);
|
||||
EXPCL_PYSTUB int PyLong_AsUnsignedLongLong(...);
|
||||
EXPCL_PYSTUB int PyLong_FromLong(...);
|
||||
@ -207,6 +208,7 @@ int PyList_SetItem(...) { return 0; }
|
||||
int PyList_Type(...) { return 0; }
|
||||
int PyLong_AsLong(...) { return 0; }
|
||||
int PyLong_AsLongLong(...) { return 0; }
|
||||
int PyLong_AsSsize_t(...) { return 0; }
|
||||
int PyLong_AsUnsignedLong(...) { return 0; }
|
||||
int PyLong_AsUnsignedLongLong(...) { return 0; }
|
||||
int PyLong_FromLong(...) { return 0; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user