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 2020 <DisableSpecificWarnings >4996;%(DisableSpecificWarnings)</DisableSpecificWarnings >
2121 <!-- NOMINMAX enables use of std::min/max without conflict. -->
2222 <!-- WIN32_LEAN_AND_MEAN avoids boost conflict: lists.boost.org/boost-users/2008/07/37824.php. -->
23- <PreprocessorDefinitions >WIN32_LEAN_AND_MEAN;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions >
23+ <PreprocessorDefinitions >WITH_ICU; WIN32_LEAN_AND_MEAN;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions >
2424 <PreprocessorDefinitions Condition =" '$(Option-testnet)' == 'true'" >ENABLE_TESTNET;%(PreprocessorDefinitions)</PreprocessorDefinitions >
2525 <PreprocessorDefinitions Condition =" '$(Linkage-libbitcoin)' == 'static' Or '$(Linkage-libbitcoin)' == 'ltcg'" >BC_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
2626 </ClCompile >
You can’t perform that action at this time.
0 commit comments