From a33492cd290189afa4e4c97090a111b074b33c6f Mon Sep 17 00:00:00 2001 From: "U-AMR\\ptillet" Date: Sun, 9 Aug 2015 16:56:13 -0700 Subject: [PATCH] Python Wrapper: Fix for Cygwin on Windows --- python/external/boost/boost/python/detail/wrap_python.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/external/boost/boost/python/detail/wrap_python.hpp b/python/external/boost/boost/python/detail/wrap_python.hpp index eaef7841d..37a29c54d 100644 --- a/python/external/boost/boost/python/detail/wrap_python.hpp +++ b/python/external/boost/boost/python/detail/wrap_python.hpp @@ -85,7 +85,7 @@ #if defined(_WIN32) || defined(__CYGWIN__) # if defined(__GNUC__) && defined(__CYGWIN__) -# define SIZEOF_LONG 4 +// # define SIZEOF_LONG 4 # if PY_MAJOR_VERSION < 2 || PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION <= 2