ICU-11449 Fixed a build problem on Windows/VC.

X-SVN-Rev: 36928
This commit is contained in:
Yoshito Umaoka 2015-01-07 20:55:04 +00:00
parent 0f41ec3319
commit a31ce73748

View File

@ -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>