From 39eb9656e0484158aca21c313f818cce5d75cfc8 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 31 Mar 2003 16:22:13 +0000 Subject: #100000# wntmsci8 without _DEBUG --- extensions/source/ole/jscriptclasses.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'extensions/source/ole/jscriptclasses.hxx') 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 extern CComModule _Module; -- cgit