ICU-5057 Treat wchar_t as built-in type.
X-SVN-Rev: 19160
This commit is contained in:
parent
0f20803cef
commit
a935bdccbb
@ -27,6 +27,7 @@
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
TreatWChar_tAsBuiltInType="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Release/layout.pch"
|
||||
AssemblerListingLocation=".\Release/"
|
||||
@ -85,6 +86,7 @@
|
||||
PreprocessorDefinitions="_DEBUG,WIN32,UNICODE,_WIN32_WINNT=0X500,LE_USE_CMEMORY"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
TreatWChar_tAsBuiltInType="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Debug/layout.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
|
Loading…
Reference in New Issue
Block a user