repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git]
/
external
/
boost
/
boost.windows.patch
blob
befc805d5753099a10a837b7bf258e8a1c91e750
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 @@
4
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>