summaryrefslogtreecommitdiffstats
path: root/cppu
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-26 13:57:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-26 13:57:01 +0000
commitef6c9a2a3eea5168f073d8714b6f7df70d534921 (patch)
tree6e751e32ca1f89d15094d2cdb7bb5d069e44ee32 /cppu
parent#65293#: don't link STL (diff)
downloadcore-ef6c9a2a3eea5168f073d8714b6f7df70d534921.tar.gz
core-ef6c9a2a3eea5168f073d8714b6f7df70d534921.zip
#65293#: add support for gcc-3.0
Diffstat (limited to 'cppu')
-rw-r--r--cppu/inc/cppu/macros.hxx8
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