mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
possible fix for build break
This commit is contained in:
parent
0a15bf1fe9
commit
25a303055d
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PYTHON
|
#if defined(HAVE_PYTHON) && !defined(CPPPARSER)
|
||||||
|
|
||||||
#ifdef HAVE_LONG_LONG
|
#ifdef HAVE_LONG_LONG
|
||||||
#undef HAVE_LONG_LONG
|
#undef HAVE_LONG_LONG
|
||||||
@ -557,7 +557,7 @@ PyLongOrInt_FromUnsignedLong(unsigned long value);
|
|||||||
|
|
||||||
EXPCL_DTOOLCONFIG extern struct Dtool_PyTypedObject Dtool_DTOOL_SUPPER_BASE;
|
EXPCL_DTOOLCONFIG extern struct Dtool_PyTypedObject Dtool_DTOOL_SUPPER_BASE;
|
||||||
|
|
||||||
#endif // HAVE_PYTHON
|
#endif // HAVE_PYTHON && !CPPPARSER
|
||||||
|
|
||||||
|
|
||||||
#endif // PY_PANDA_H_
|
#endif // PY_PANDA_H_
|
||||||
|
@ -22,5 +22,6 @@
|
|||||||
|
|
||||||
class PyObject;
|
class PyObject;
|
||||||
class PyThreadState;
|
class PyThreadState;
|
||||||
|
typedef int Py_ssize_t;
|
||||||
|
|
||||||
#endif // PYTHON_H
|
#endif // PYTHON_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user