summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/oleobjw.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/ole/oleobjw.hxx b/extensions/source/ole/oleobjw.hxx
index 5431dc107454..fc661e4f5f10 100644
--- a/extensions/source/ole/oleobjw.hxx
+++ b/extensions/source/ole/oleobjw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: oleobjw.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jl $ $Date: 2000-10-20 15:38:40 $
+ * last change: $Author: obo $ $Date: 2003-04-11 11:22:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <tools/presys.h>
#define _WIN32_WINNT 0x0400
+
+#if defined(_MSC_VER) && (_MSC_VER >= 1300)
+#undef _DEBUG
+#endif
#include <atlbase.h>
#include <vector>
#include <hash_map>