Also disable unused boost stuff on Windows

This commit is contained in:
Thomas Goyne 2015-01-01 10:13:49 -08:00
parent 6929dcabc1
commit 0b0eaed049
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
<PreprocessorDefinitions>
BOOST_ALL_NO_LIB;
BOOST_HAS_ICU;
BOOST_SYSTEM_NO_DEPRECATED;
BOOST_MULTI_INDEX_DISABLE_SERIALIZATION;
U_STATIC_IMPLEMENTATION;
WIN32;
_WINDOWS;