summaryrefslogtreecommitdiff
path: root/extensions/source/ole/oledll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/ole/oledll.cxx')
-rw-r--r--extensions/source/ole/oledll.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/ole/oledll.cxx b/extensions/source/ole/oledll.cxx
index 3096e126662c..0cf6ca9034aa 100644
--- a/extensions/source/ole/oledll.cxx
+++ b/extensions/source/ole/oledll.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: oledll.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2000-10-19 10:57:52 $
+ * last change: $Author: obo $ $Date: 2003-03-31 17:22:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,9 @@
#define _WIN32_WINNT 0x0400
#define _WIN32_DCOM
+#if defined(_MSC_VER) && (_MSC_VER >= 1300)
+#undef _DEBUG
+#endif
#include <atlbase.h>
CComModule _Module;
#include <atlcom.h>