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 | bd54c8a9b28a2da303b768e53c9740a3ca96fba1 (patch) | |
tree | e47d592f2c3e637f5670581e8d3a1cd075a7e634 /cppu/inc | |
parent | 92e013b9a321415dd7c821c979c35c08c026c7d9 (diff) |
Changes consering new MS Compiller was made
Diffstat (limited to 'cppu/inc')
-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 a46936a28..5b1bdc8c4 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 |