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
29c6b314
Kaydet (Commit)
29c6b314
authored
Tem 23, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIRED
Change-Id: Ie0b0ec3120f828e02b1ba9c21710c28159e7cd3c
üst
9ded9696
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
except.cxx
bridges/source/cpp_uno/gcc3_macosx_intel/except.cxx
+5
-5
No files found.
bridges/source/cpp_uno/gcc3_macosx_intel/except.cxx
Dosyayı görüntüle @
29c6b314
...
...
@@ -29,7 +29,7 @@
#include <stdio.h>
#include <dlfcn.h>
#if MAC
_OS_X_VERSION_MIN_REQUIRED
< 1070
#if MAC
OSX_SDK_VERSION
< 1070
#include <cxxabi.h>
#else
#include <typeinfo>
...
...
@@ -54,14 +54,14 @@ using namespace ::std;
using
namespace
::
osl
;
using
namespace
::
rtl
;
using
namespace
::
com
::
sun
::
star
::
uno
;
#if MAC
_OS_X_VERSION_MIN_REQUIRED
< 1070
#if MAC
OSX_SDK_VERSION
< 1070
using
namespace
::
__cxxabiv1
;
#endif
namespace
CPPU_CURRENT_NAMESPACE
{
#if MAC
_OS_X_VERSION_MIN_REQUIRED
>= 1070
#if MAC
OSX_SDK_VERSION
>= 1070
// MacOSX10.4u.sdk/usr/include/c++/4.0.0/cxxabi.h defined
// __cxxabiv1::__class_type_info and __cxxabiv1::__si_class_type_info but
...
...
@@ -234,7 +234,7 @@ type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THR
// ensure availability of base
type_info
*
base_rtti
=
getRTTI
(
(
typelib_CompoundTypeDescription
*
)
pTypeDescr
->
pBaseTypeDescription
);
#if MAC
_OS_X_VERSION_MIN_REQUIRED
< 1070
#if MAC
OSX_SDK_VERSION
< 1070
rtti
=
new
__si_class_type_info
(
strdup
(
rttiName
),
(
__class_type_info
*
)
base_rtti
);
#else
...
...
@@ -245,7 +245,7 @@ type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THR
else
{
// this class has no base class
#if MAC
_OS_X_VERSION_MIN_REQUIRED
< 1070
#if MAC
OSX_SDK_VERSION
< 1070
rtti
=
new
__class_type_info
(
strdup
(
rttiName
)
);
#else
rtti
=
create_FAKE_class_type_info
(
strdup
(
rttiName
)
);
...
...
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