File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
<DisableSpecificWarnings >4996;%(DisableSpecificWarnings)</DisableSpecificWarnings >
21
21
<!-- NOMINMAX enables use of std::min/max without conflict. -->
22
22
<!-- 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 >WIN32_LEAN_AND_MEAN;NOMINMAX;WITH_ICU; %(PreprocessorDefinitions)</PreprocessorDefinitions >
24
24
<PreprocessorDefinitions Condition =" '$(Linkage-libbitcoin-system)' == 'static' Or '$(Linkage-libbitcoin-system)' == 'ltcg'" >BC_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
25
25
</ClCompile >
26
26
<Link >
Original file line number Diff line number Diff line change 20
20
<DisableSpecificWarnings >4996;%(DisableSpecificWarnings)</DisableSpecificWarnings >
21
21
<!-- NOMINMAX enables use of std::min/max without conflict. -->
22
22
<!-- 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 >WIN32_LEAN_AND_MEAN;NOMINMAX;WITH_ICU; %(PreprocessorDefinitions)</PreprocessorDefinitions >
24
24
<PreprocessorDefinitions Condition =" '$(Linkage-libbitcoin-system)' == 'static' Or '$(Linkage-libbitcoin-system)' == 'ltcg'" >BC_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
25
25
</ClCompile >
26
26
<Link >
Original file line number Diff line number Diff line change 20
20
<DisableSpecificWarnings >4996;%(DisableSpecificWarnings)</DisableSpecificWarnings >
21
21
<!-- NOMINMAX enables use of std::min/max without conflict. -->
22
22
<!-- 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 >WIN32_LEAN_AND_MEAN;NOMINMAX;WITH_ICU; %(PreprocessorDefinitions)</PreprocessorDefinitions >
24
24
<PreprocessorDefinitions Condition =" '$(Linkage-libbitcoin-system)' == 'static' Or '$(Linkage-libbitcoin-system)' == 'ltcg'" >BC_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
25
25
</ClCompile >
26
26
<Link >
You can’t perform that action at this time.
0 commit comments