components/python/python26/files/pyconfig.h
author Jon Tibble <meths@btinternet.com>
Sat, 16 Nov 2013 18:51:53 +0000
branchoi_151a
changeset 354 0b9db78d3d26
permissions -rw-r--r--
Fix pyconfig.h

#ifdef _LP64
#include <python2.6/pyconfig-64.h>
#else
#include <python2.6/pyconfig-32.h>
#endif