1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef _PROTO_PYTHON #define _PROTO_PYTHON #define PY_SSIZE_T_CLEAN #include <Python.h> //#include <cstring> extern "C" { static PyObject* ProtoError; // Custom exception type } // end extern "C" #endif // !_PROTO_PYTHON