summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2010-10-19 23:47:14 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-20 19:18:33 +0200
commit1038efa1ce3b50cf0fa6c83ad19a4b09544abeaa (patch)
tree17d6d4effcaa22d567a9d5a3ab9fe7656326f263 /icu
parent48ace782ff36f8b9615eb25230666035cacf4f71 (diff)
Fix compilation of icu for VC++ 10
Diffstat (limited to 'icu')
-rw-r--r--icu/icu4c-4_0_1-src.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/icu/icu4c-4_0_1-src.patch b/icu/icu4c-4_0_1-src.patch
index 172d6244634c..6d50ca634d4e 100644
--- a/icu/icu4c-4_0_1-src.patch
+++ b/icu/icu4c-4_0_1-src.patch
@@ -245,3 +245,16 @@
T_FileStream_writeLine(makefile, tmp);
if(o->hadStdin == FALSE) { /* shortcut */
+--- misc/build/icu/source/test/intltest/dtifmtts.cpp.old 2010-09-20 20:49:33.953125000 +0200
++++ misc/build/icu/source/test/intltest/dtifmtts.cpp 2010-09-20 20:51:37.875000000 +0200
+@@ -13,8 +13,9 @@
+ //FIXME: define it in compiler flag
+ //#define DTIFMTTS_DEBUG 1
+
+-
++#if defined (_MSC_VER) && (_MSC_VER < 1600)
+ #include <iostream>
++#endif
+ #ifdef DTIFMTTS_DEBUG
+ #endif
+