From 7a90e53d1eb473e04f3035f18579bec8f3a39d6c Mon Sep 17 00:00:00 2001 From: Abhinav Krishnamoorthy Date: Tue, 18 Feb 2014 16:29:47 -0500 Subject: [PATCH] reverting cpp/BoostParts/boost/python/detail/wrap_python.hpp --- cpp/BoostParts/boost/python/detail/wrap_python.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpp/BoostParts/boost/python/detail/wrap_python.hpp b/cpp/BoostParts/boost/python/detail/wrap_python.hpp index 716511f8..eaef7841 100644 --- a/cpp/BoostParts/boost/python/detail/wrap_python.hpp +++ b/cpp/BoostParts/boost/python/detail/wrap_python.hpp @@ -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