ICU-11449 Fixed a build problem on Windows/VC.
X-SVN-Rev: 36928
This commit is contained in:
parent
0f41ec3319
commit
a31ce73748
@ -246,7 +246,9 @@
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="collationinfo.cpp" />
|
||||
<ClCompile Include="collationinfo.cpp">
|
||||
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
||||
</ClCompile>
|
||||
<ClCompile Include="denseranges.cpp" />
|
||||
<ClCompile Include="filestrm.c" />
|
||||
<ClCompile Include="filetools.cpp" />
|
||||
@ -268,7 +270,7 @@
|
||||
<ClCompile Include="pkgitems.cpp" />
|
||||
<ClCompile Include="ppucd.cpp" />
|
||||
<ClCompile Include="swapimpl.cpp">
|
||||
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
||||
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
||||
</ClCompile>
|
||||
<ClCompile Include="toolutil.cpp">
|
||||
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
||||
|
Loading…
Reference in New Issue
Block a user