summaryrefslogtreecommitdiff
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
commit4f3b294360257bfed4a4abfbb147727130c3beb1 (patch)
treebd290d11732fce90a669c3f2752b3f7c9314cab9
parent298daab62dc5963c0d8fa76c0ede56efbf7c1490 (diff)
Fix compilation of icu for VC++ 10
-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 172d624..6d50ca6 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
+