File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4949 <!-- WITH_ICU always defined in Visual Studio builds. -->
5050 <!-- NOMINMAX enables use of std::min/max without conflict. -->
5151 <!-- WIN32_LEAN_AND_MEAN avoids inclusion of certain headers, winsock.h conflicts with boost and protocol use of winsock2.h. -->
52- <PreprocessorDefinitions >WITH_ICU;WIN32_LEAN_AND_MEAN;NOMINMAX;_WIN32_WINNT=0x0600 ;%(PreprocessorDefinitions)</PreprocessorDefinitions >
52+ <PreprocessorDefinitions >WITH_ICU;WIN32_LEAN_AND_MEAN;NOMINMAX;_WIN32_WINNT=0x0602 ;%(PreprocessorDefinitions)</PreprocessorDefinitions >
5353 <!-- Disable auto-linking for all boost-json and its dependency boost-container so they can be header only. -->
5454 <PreprocessorDefinitions >BOOST_JSON_NO_LIB;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
5555 <PreprocessorDefinitions Condition =" '$(Linkage-libbitcoin-system)' == 'static' Or '$(Linkage-libbitcoin-system)' == 'ltcg'" >BC_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
You can’t perform that action at this time.
0 commit comments