From a935bdccbb8da83ee1bff879a7531efd18ef2e69 Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Tue, 14 Feb 2006 19:37:26 +0000 Subject: [PATCH] ICU-5057 Treat wchar_t as built-in type. X-SVN-Rev: 19160 --- icu4c/source/samples/layout/layout.vcproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icu4c/source/samples/layout/layout.vcproj b/icu4c/source/samples/layout/layout.vcproj index 1204830237..1cf410426f 100644 --- a/icu4c/source/samples/layout/layout.vcproj +++ b/icu4c/source/samples/layout/layout.vcproj @@ -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/"