reverting cpp/BoostParts/boost/python/detail/wrap_python.hpp

This commit is contained in:
Abhinav Krishnamoorthy 2014-02-18 16:29:47 -05:00
parent a04b77b5a0
commit 7a90e53d1e

View File

@ -82,9 +82,7 @@
// Some things we need in order to get Python.h to work with compilers other
// than MSVC on Win32
//
// only performing the check for defined(__CYGWIN__) on 32-bit systems
// ensuring that SIZEOF_LONG is only altered on 32-bit CYGWIN systems
#if defined(_WIN32)
#if defined(_WIN32) || defined(__CYGWIN__)
# if defined(__GNUC__) && defined(__CYGWIN__)
# define SIZEOF_LONG 4