diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-04-11 10:22:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-04-11 10:22:50 +0000 |
commit | 612e581d645acb219bf5d873d9920fc3efcc77bc (patch) | |
tree | efac894d35583b496bfc4a4379dbb3b11b6e7ec5 | |
parent | ebaf56629680208b38a57feb04ea9ff0ddd20bd7 (diff) |
#100000# undef _DEBUG for wntmsci8
-rw-r--r-- | extensions/source/ole/oleobjw.hxx | 8 |
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> |