[Libreoffice-commits] core.git: external/boost

Thorsten Behrens thb at documentfoundation.org
Wed Nov 20 07:35:45 PST 2013


 external/boost/StaticLibrary_boostthread.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 1edb5b37d4f0b14714d2eccdeadf219eee58db11
Author: Thorsten Behrens <thb at documentfoundation.org>
Date:   Wed Nov 20 16:34:38 2013 +0100

    Fixup windows build.
    
    Fallout from f01580ce9c5f898c1fdb85e302a158f1a31205db, vs2012 was
    complaining about mismatching IE_VER / WINVER in boost.
    
    Change-Id: I2092aba9fa64740eb796538855caaefae9bceab6

diff --git a/external/boost/StaticLibrary_boostthread.mk b/external/boost/StaticLibrary_boostthread.mk
index 41b6765..565add0 100644
--- a/external/boost/StaticLibrary_boostthread.mk
+++ b/external/boost/StaticLibrary_boostthread.mk
@@ -11,6 +11,10 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,boostthread))
 
 $(eval $(call gb_StaticLibrary_set_warnings_not_errors,boostthread))
 
+$(eval $(call gb_StaticLibrary_add_defs,boostthread,\
+       -D_WIN32_WINNT=0x0502 \
+))
+
 # disable "auto link" "feature" on MSVC
 $(eval $(call gb_StaticLibrary_add_defs,boostthread,\
 	-DBOOST_ALL_NO_LIB \


More information about the Libreoffice-commits mailing list