mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Fix compilation issue on Linux (dunno where it came from)
This commit is contained in:
parent
5f73862a11
commit
c957b42580
@ -73,6 +73,7 @@ extern "C" {
|
||||
EXPCL_DTOOLCONFIG int PyMapping_GetItemString(...);
|
||||
EXPCL_DTOOLCONFIG int PyModule_AddIntConstant(...);
|
||||
EXPCL_DTOOLCONFIG int PyModule_AddObject(...);
|
||||
EXPCL_DTOOLCONFIG int PyModule_AddStringConstant(...);
|
||||
EXPCL_DTOOLCONFIG int PyNumber_Long(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_Call(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_CallFunction(...);
|
||||
@ -206,6 +207,7 @@ int PyLong_Type(...) { return 0; }
|
||||
int PyMapping_GetItemString(...) { return 0; }
|
||||
int PyModule_AddIntConstant(...) { return 0; };
|
||||
int PyModule_AddObject(...) { return 0; };
|
||||
int PyModule_AddStringConstant(...) { return 0; };
|
||||
int PyNumber_Long(...) { return 0; }
|
||||
int PyObject_Call(...) { return 0; }
|
||||
int PyObject_CallFunction(...) { return 0; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user