GITLAB

qijun / newdist

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • newdist
  • JpegUtils
  • pyjpeg
  • python-version.h
  • 1f1943eb   initial commit Browse Code ยป
    qijun
    2016-01-06 21:41:27 +0800  
python-version.h 143 Bytes
Edit Raw Blame History Permalink
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