2011-07-15 07:16:30 -05:00
|
|
|
--- misc/build/boost_1_44_0/boost/pool/detail/mutex.hpp
|
|
|
|
+++ misc/build/boost_1_44_0/boost/pool/detail/mutex.hpp
|
2011-07-25 17:54:55 -05:00
|
|
|
@@ -45,7 +45,9 @@
|
2011-07-15 07:16:30 -05:00
|
|
|
|
|
|
|
#ifndef BOOST_NO_MT
|
|
|
|
# ifdef BOOST_WINDOWS
|
|
|
|
+# define NOMINMAX
|
|
|
|
# include <windows.h>
|
|
|
|
+# undef NOMINMAX
|
|
|
|
# endif
|
|
|
|
# if defined(_POSIX_THREADS) || defined(BOOST_HAS_PTHREADS)
|
|
|
|
# include <pthread.h>
|