summary refs log tree commit diff
path: root/pkgs/development/libraries/boost/cygwin-1.55.0-interlocked-cygwin.patch
blob: df3edf51e7b9ae73af32708b34b308681bae8852 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- boost_1_55_0/boost/detail/interlocked.hpp	2013-10-24 09:01:53.000000000 -0500
+++ boost_1_55_0/boost/detail/interlocked.hpp	2014-08-31 13:01:33.830313500 -0500
@@ -160,7 +160,7 @@ extern "C" void* __cdecl _InterlockedExc
     ((void*)BOOST_INTERLOCKED_EXCHANGE((long volatile*)(dest),(long)(exchange)))
 # endif
 
-#elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ ) || defined( __CYGWIN__ )
+#elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ )
 
 #define BOOST_INTERLOCKED_IMPORT __declspec(dllimport)