summaryrefslogtreecommitdiff
path: root/extensions/source/activex/main/StdAfx2.h
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-03-31 16:46:37 +0000
committerOliver Bolte <obo@openoffice.org>2003-03-31 16:46:37 +0000
commitdb86a4bbc05d5b0a02bb41f61e87c019597da574 (patch)
tree926d3fc03d01064907088449185e26b1e55684f6 /extensions/source/activex/main/StdAfx2.h
parent39eb9656e0484158aca21c313f818cce5d75cfc8 (diff)
#100000# wntmsci8 without _DEBUG
Diffstat (limited to 'extensions/source/activex/main/StdAfx2.h')
-rw-r--r--extensions/source/activex/main/StdAfx2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/activex/main/StdAfx2.h b/extensions/source/activex/main/StdAfx2.h
index ff5d87e57dc3..ac46cfe9d22a 100644
--- a/extensions/source/activex/main/StdAfx2.h
+++ b/extensions/source/activex/main/StdAfx2.h
@@ -18,6 +18,9 @@
#define min(a, b) (((a) < (b)) ? (a) : (b))
+#if defined(_MSC_VER) && (_MSC_VER >= 1300)
+#undef _DEBUG
+#endif
#include <atlbase.h>
//You may derive a class from CComModule and use it if you want to override
//something, but do not change the name of _Module