--- misc/build/boost_1_44_0/boost/pool/detail/mutex.hpp +++ misc/build/boost_1_44_0/boost/pool/detail/mutex.hpp @@ -45,7 +45,9 @@ #ifndef BOOST_NO_MT # ifdef BOOST_WINDOWS +# define NOMINMAX # include +# undef NOMINMAX # endif # if defined(_POSIX_THREADS) || defined(BOOST_HAS_PTHREADS) # include nk rel='vcs-git' href='git://go.suokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-21loplugin:unusedmethods swNoel Grandin
2015-05-19Add sw::DocumentDrawModelManager::Search()Miklos Vajna
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2013-11-05fixincludeguards.sh: swThomas Arnhold