summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:07:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:07:00 +0000
commit4cdeca85ba0ee206279aa366044bb4a15cfe90c6 (patch)
tree8b265dd92d5451975fd7b4ca7d2bb5e7b8144783
parentdb35e60e2d2629785d95bd421930110735caaeca (diff)
INTEGRATION: CWS mingwport03 (1.9.188); FILE MERGED
2007/01/08 17:42:17 vg 1.9.188.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/06 14:08:43 vg 1.9.188.1: #i53572# MinGW port
-rw-r--r--extensions/source/ole/ole2uno.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/ole/ole2uno.hxx b/extensions/source/ole/ole2uno.hxx
index f2b7be26383b..204ce07da35d 100644
--- a/extensions/source/ole/ole2uno.hxx
+++ b/extensions/source/ole/ole2uno.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ole2uno.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2006-11-22 10:36:20 $
+ * last change: $Author: vg $ $Date: 2007-03-26 13:07:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,7 +53,7 @@
#include <tools/prewin.h>
#include <tchar.h>
-#if _MSC_VER >= 1200
+#if (_MSC_VER >= 1200) || defined(__MINGW32__)
#include <dispex.h>
#endif
#include <tools/postwin.h>