reverting cpp/BoostParts/boost/python/detail/wrap_python.hpp
This commit is contained in:
parent
a04b77b5a0
commit
7a90e53d1e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user