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
a02a4272
Kaydet (Commit)
a02a4272
authored
Agu 24, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't do the undef-redef dance for "MINIMAL_PROFILEDISCOVER"
üst
f25034d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
22 deletions
+24
-22
pre_include_mozilla.h
connectivity/source/drivers/mozab/pre_include_mozilla.h
+24
-22
No files found.
connectivity/source/drivers/mozab/pre_include_mozilla.h
Dosyayı görüntüle @
a02a4272
...
...
@@ -26,30 +26,32 @@
*
************************************************************************/
// Turn off DEBUG Assertions
#ifdef _DEBUG
#define _DEBUG_WAS_DEFINED _DEBUG
#ifndef MOZILLA_ENABLE_DEBUG
#undef _DEBUG
#ifndef MINIMAL_PROFILEDISCOVER
// Turn off DEBUG Assertions
#ifdef _DEBUG
#define _DEBUG_WAS_DEFINED _DEBUG
#ifndef MOZILLA_ENABLE_DEBUG
#undef _DEBUG
#endif
#else
#undef _DEBUG_WAS_DEFINED
#ifdef MOZILLA_ENABLE_DEBUG
#define _DEBUG 1
#endif
#endif
#else
#undef _DEBUG_WAS_DEFINED
#ifdef MOZILLA_ENABLE_DEBUG
#define _DEBUG 1
#endif
#endif
// and turn off the additional virtual methods which are part of some interfaces when compiled
// with debug
#ifdef DEBUG
#define DEBUG_WAS_DEFINED DEBUG
#ifndef MOZILLA_ENABLE_DEBUG
#undef DEBUG
#endif
#else
#undef DEBUG_WAS_DEFINED
#ifdef MOZILLA_ENABLE_DEBUG
#define DEBUG 1
// and turn off the additional virtual methods which are part of some interfaces when compiled
// with debug
#ifdef DEBUG
#define DEBUG_WAS_DEFINED DEBUG
#ifndef MOZILLA_ENABLE_DEBUG
#undef DEBUG
#endif
#else
#undef DEBUG_WAS_DEFINED
#ifdef MOZILLA_ENABLE_DEBUG
#define DEBUG 1
#endif
#endif
#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