summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 13:42:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 13:42:43 +0000
commitb6069c59462ca6b533562973fcfc8cf9e6997bea (patch)
treec92b9d75b0d9cc8369806c0bf43a159ba8bef942 /xml2cmp
parentb44631b516db3e85e191ba867bb6243a173a7a77 (diff)
INTEGRATION: CWS mingwport03 (1.2.20); FILE MERGED
2006/09/07 15:21:22 vg 1.2.20.1: #i53572# MinGW port
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/support/badcast.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xml2cmp/source/support/badcast.cxx b/xml2cmp/source/support/badcast.cxx
index c2f3bd63629d..e82edbcd1c9f 100644
--- a/xml2cmp/source/support/badcast.cxx
+++ b/xml2cmp/source/support/badcast.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: badcast.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 11:55:38 $
+ * last change: $Author: vg $ $Date: 2007-03-26 14:42:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,7 @@
due to problems with WNT-STL-headers.
*/
-#ifdef WNT
+#if defined(WNT) && !defined(__MINGW32__)
#define _NTSDK
#include<typeinfo>