summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorThorsten Behrens <thb@documentfoundation.org>2013-11-20 16:34:38 +0100
committerThorsten Behrens <thb@documentfoundation.org>2013-11-20 16:35:13 +0100
commit1edb5b37d4f0b14714d2eccdeadf219eee58db11 (patch)
treea8310630c85af411c2ed51c68ba17907a7ff0458 /external
parentaa5f24ef30c635ba15fa1847bb2621661b8a1878 (diff)
Fixup windows build.
Fallout from f01580ce9c5f898c1fdb85e302a158f1a31205db, vs2012 was complaining about mismatching IE_VER / WINVER in boost. Change-Id: I2092aba9fa64740eb796538855caaefae9bceab6
Diffstat (limited to 'external')
-rw-r--r--external/boost/StaticLibrary_boostthread.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/external/boost/StaticLibrary_boostthread.mk b/external/boost/StaticLibrary_boostthread.mk
index 41b6765e2da3..565add09db69 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 \