diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-26 13:57:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-26 13:57:01 +0000 |
commit | ef6c9a2a3eea5168f073d8714b6f7df70d534921 (patch) | |
tree | 6e751e32ca1f89d15094d2cdb7bb5d069e44ee32 /cppu/inc | |
parent | 0de6aff773f9cb10ef846361ad71fa292e1dd930 (diff) |
#65293#: add support for gcc-3.0
Diffstat (limited to 'cppu/inc')
-rw-r--r-- | cppu/inc/cppu/macros.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cppu/inc/cppu/macros.hxx b/cppu/inc/cppu/macros.hxx index 6debe86e6812..a2dcf1c0a6f8 100644 --- a/cppu/inc/cppu/macros.hxx +++ b/cppu/inc/cppu/macros.hxx @@ -2,9 +2,9 @@ * * $RCSfile: macros.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: avy $ $Date: 2001-08-07 15:43:30 $ + * last change: $Author: hr $ $Date: 2001-09-26 14:57:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -129,6 +129,10 @@ # define CPPU_CLBN_TMP UNO_LB_GCC2 # define CPPU_CLBN_NS_TMP UNO_LB_GCC2_NAMESPACE # define CPPU_DLL_POSTFIX "GCC" +# elif ( __GNUC__ == 3 && __GNUC_MINOR__ == 0 ) +# define CPPU_CLBN_TMP UNO_LB_GCC2 +# define CPPU_CLBN_NS_TMP UNO_LB_GCC2_NAMESPACE +# define CPPU_DLL_POSTFIX "GCC" # else # error "unknown gcc version" # endif |