Kaydet (Commit) 1edb5b37 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Fixup windows build.

Fallout from f01580ce, vs2012 was
complaining about mismatching IE_VER / WINVER in boost.

Change-Id: I2092aba9fa64740eb796538855caaefae9bceab6
üst aa5f24ef
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment