fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.windows.patch
blobbefc805d5753099a10a837b7bf258e8a1c91e750
1 --- misc/build/boost_1_44_0/boost/pool/detail/mutex.hpp
2 +++ misc/build/boost_1_44_0/boost/pool/detail/mutex.hpp
3 @@ -45,7 +45,9 @@
5 #ifndef BOOST_NO_MT
6 # ifdef BOOST_WINDOWS
7 +# define NOMINMAX
8 # include <windows.h>
9 +# undef NOMINMAX
10 # endif
11 # if defined(_POSIX_THREADS) || defined(BOOST_HAS_PTHREADS)
12 # include <pthread.h>