components/python/python26/files/pyconfig.h
branchoi_151a
changeset 354 0b9db78d3d26
equal deleted inserted replaced
353:b803ae0c274c 354:0b9db78d3d26
       
     1 #ifdef _LP64
       
     2 #include <python2.6/pyconfig-64.h>
       
     3 #else
       
     4 #include <python2.6/pyconfig-32.h>
       
     5 #endif