Kaydet (Commit) 1038efa1 authored tarafından Jesús Corrius's avatar Jesús Corrius Kaydeden (comit) Fridrich Štrba

Fix compilation of icu for VC++ 10

üst 48ace782
...@@ -245,3 +245,16 @@ ...@@ -245,3 +245,16 @@
T_FileStream_writeLine(makefile, tmp); T_FileStream_writeLine(makefile, tmp);
if(o->hadStdin == FALSE) { /* shortcut */ 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment