Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
1038efa1
Kaydet (Commit)
1038efa1
authored
Eki 19, 2010
tarafından
Jesús Corrius
Kaydeden (comit)
Fridrich Štrba
Eki 20, 2010
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix compilation of icu for VC++ 10
üst
48ace782
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
icu4c-4_0_1-src.patch
icu/icu4c-4_0_1-src.patch
+13
-0
No files found.
icu/icu4c-4_0_1-src.patch
Dosyayı görüntüle @
1038efa1
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment