Add HAVE_PYTHON guards

This commit is contained in:
rdb 2014-01-06 21:11:23 +00:00
parent eeb2c4211f
commit faa78c734e
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#include "geomVertexArrayData_ext.h"
#ifdef HAVE_PYTHON
struct InternalBufferData {
CPT(GeomVertexArrayDataHandle) _handle;
Py_ssize_t _num_rows;
@ -273,3 +275,4 @@ copy_subdata_from(size_t to_start, size_t to_size,
#endif
}
#endif // HAVE_PYTHON