Blame view

libs/JpegUtils/pyjpeg/python-version.h 143 Bytes
84648488   Chunk   reverted.
1
2
3
4
5
6
7
#define python_version 2

#if python_version == 3
#include <python3.2/Python.h>
#elif python_version == 2
#include <python2.7/Python.h>
#endif