diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:54:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:54:56 +0000 |
commit | de26ce00319461089cb0d7fbd498bf89d2bcb71c (patch) | |
tree | 4ee821325d2e444d1887738c6fb8b96669df4221 /cosv | |
parent | 78abb00a7b0bda1f2cf4af1593e5689113b67e24 (diff) |
INTEGRATION: CWS mingwport03 (1.2.22); FILE MERGED
2006/09/07 09:39:09 vg 1.2.22.1: #i53572# MinGW port
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/source/comphelp/badcast.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cosv/source/comphelp/badcast.cxx b/cosv/source/comphelp/badcast.cxx index a72d67a8a57e..3777fbe8927d 100644 --- a/cosv/source/comphelp/badcast.cxx +++ b/cosv/source/comphelp/badcast.cxx @@ -4,9 +4,9 @@ * * $RCSfile: badcast.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:02:36 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:54:56 $ * * 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> |