From ed9b67df359953dcaff448c6db25cbc73ddafd46 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Mon, 14 Mar 2011 13:44:24 +0100 Subject: Dupplicate symbol in Windows build --- icu/icu4c-build.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/icu/icu4c-build.patch b/icu/icu4c-build.patch index 7fa5e8e58cb7..cedd2807e8a3 100644 --- a/icu/icu4c-build.patch +++ b/icu/icu4c-build.patch @@ -115,3 +115,14 @@ if ((t & MASK_TRANSPARENT) != 0) { continue; +--- icu/source/common/stringpiece.cpp 2010-10-29 20:01:01.000000000 +0200 ++++ icu.new/source/common/stringpiece.cpp 2011-03-14 13:38:59.094036495 +0100 +@@ -75,7 +75,7 @@ + * Visual Studios 9.0. + * Cygwin with MSVC 9.0 also complains here about redefinition. + */ +-#if (!defined(_MSC_VER) || (_MSC_VER > 1500)) && !defined(CYGWINMSVC) ++#if (!defined(_MSC_VER) && !defined(CYGWINMSVC)) + const int32_t StringPiece::npos; + #endif + -- cgit