diff options
author | avy <avy@openoffice.org> | 2001-08-07 14:43:30 +0000 |
---|---|---|
committer | avy <avy@openoffice.org> | 2001-08-07 14:43:30 +0000 |
commit | dbeaa867fe51c2b12278b4966815085e444d0428 (patch) | |
tree | e68df1a58199cd888fce6f6ddcabd6b903e104e0 | |
parent | 57fccafc3303dae1633421a1e3283cf65e394ae2 (diff) |
Changes consering new MS Compiller was made
-rw-r--r-- | cppu/inc/cppu/macros.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/cppu/inc/cppu/macros.hxx b/cppu/inc/cppu/macros.hxx index 8ac8cc2ed1ac..6debe86e6812 100644 --- a/cppu/inc/cppu/macros.hxx +++ b/cppu/inc/cppu/macros.hxx @@ -2,9 +2,9 @@ * * $RCSfile: macros.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2001-02-05 11:55:56 $ + * last change: $Author: avy $ $Date: 2001-08-07 15:43:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,8 +86,12 @@ # define CPPU_CLBN_TMP UNO_LB_MSCI # define CPPU_CLBN_NS_TMP UNO_LB_MSCI_NAMESPACE # define CPPU_DLL_POSTFIX "MSC" +# elif(_MSC_VER < 1400) // MSVC 7.0 +# define CPPU_CLBN_TMP UNO_LB_MSCI +# define CPPU_CLBN_NS_TMP UNO_LB_MSCI_NAMESPACE +# define CPPU_DLL_POSTFIX "MSC" # else -# error "msc version must be between 4.2 and 6.x" +# error "msc version must be between 4.2 and 7.x" # endif // AIX xlC 3.1 , 3.0.1 ==0x301 |