diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-03-31 16:22:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-03-31 16:22:13 +0000 |
commit | 39eb9656e0484158aca21c313f818cce5d75cfc8 (patch) | |
tree | 987555ff0e6d202cdf03cbe3c0b1670eff1ab325 /extensions/source/ole/jscriptclasses.hxx | |
parent | fe1a3f51a4df02d56cab503eee57808c07a6bf99 (diff) |
#100000# wntmsci8 without _DEBUG
Diffstat (limited to 'extensions/source/ole/jscriptclasses.hxx')
-rw-r--r-- | extensions/source/ole/jscriptclasses.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/ole/jscriptclasses.hxx b/extensions/source/ole/jscriptclasses.hxx index 6619906781db..093b4c08ffb5 100644 --- a/extensions/source/ole/jscriptclasses.hxx +++ b/extensions/source/ole/jscriptclasses.hxx @@ -2,9 +2,9 @@ * * $RCSfile: jscriptclasses.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jl $ $Date: 2000-10-19 10:51:09 $ + * last change: $Author: obo $ $Date: 2003-03-31 17:22:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,9 @@ #ifdef _DEBUG //#define _ATL_DEBUG_INTERFACES #endif - +#if _MSC_VER >= 1300 +#undef _DEBUG +#endif #include <atlbase.h> extern CComModule _Module; |