diff --git a/cppuhelper/inc/cppuhelper/compbase2.hxx b/cppuhelper/inc/cppuhelper/compbase2.hxx index a92d826cab94..aecff8dfea70 100644 --- a/cppuhelper/inc/cppuhelper/compbase2.hxx +++ b/cppuhelper/inc/cppuhelper/compbase2.hxx @@ -2,9 +2,9 @@ * * $RCSfile: compbase2.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dbo $ $Date: 2001-11-09 13:49:15 $ + * last change: $Author: hr $ $Date: 2003-07-16 17:48:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,8 @@ #include #endif -#ifdef MACOSX /* use old impl helpers for macosx */ +#if defined( MACOSX ) && ( __GNUC__ < 3 ) +/* use old impl helpers for macosx */ #ifndef _CPPUHELPER_COMPBASE_HXX_ #include diff --git a/cppuhelper/inc/cppuhelper/compbase3.hxx b/cppuhelper/inc/cppuhelper/compbase3.hxx index 0b6d57c17b06..d2d686bc3ffa 100644 --- a/cppuhelper/inc/cppuhelper/compbase3.hxx +++ b/cppuhelper/inc/cppuhelper/compbase3.hxx @@ -2,9 +2,9 @@ * * $RCSfile: compbase3.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dbo $ $Date: 2001-11-09 13:49:15 $ + * last change: $Author: hr $ $Date: 2003-07-16 17:48:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,8 @@ #include #endif -#ifdef MACOSX /* use old impl helpers for macosx */ +#if defined( MACOSX ) && ( __GNUC__ < 3 ) +/* use old impl helpers for macosx */ #ifndef _CPPUHELPER_COMPBASE_HXX_ #include diff --git a/cppuhelper/inc/cppuhelper/compbase4.hxx b/cppuhelper/inc/cppuhelper/compbase4.hxx index eb94833e9193..0617c598f5f9 100644 --- a/cppuhelper/inc/cppuhelper/compbase4.hxx +++ b/cppuhelper/inc/cppuhelper/compbase4.hxx @@ -2,9 +2,9 @@ * * $RCSfile: compbase4.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dbo $ $Date: 2001-11-09 13:49:15 $ + * last change: $Author: hr $ $Date: 2003-07-16 17:48:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,8 @@ #include #endif -#ifdef MACOSX /* use old impl helpers for macosx */ +#if defined( MACOSX ) && ( __GNUC__ < 3 ) +/* use old impl helpers for macosx */ #ifndef _CPPUHELPER_COMPBASE_HXX_ #include