diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:34:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:34:40 +0000 |
commit | 414b84c794772770be1f2d18371be6d43861fb4d (patch) | |
tree | 3dc71255f02fff13f05cb52e8f8806e3224072e0 /basic | |
parent | 6ac3bdc8309afe1cd4fc747583d52af0761a5eed (diff) |
INTEGRATION: CWS mingwport03 (1.4.26); FILE MERGED
2006/09/07 15:05:28 vg 1.4.26.1: #i53572# MinGW port
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxdec.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxdec.hxx b/basic/source/sbx/sbxdec.hxx index 66ceb5ac6a4f..29438bfd15c8 100644 --- a/basic/source/sbx/sbxdec.hxx +++ b/basic/source/sbx/sbxdec.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxdec.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:50:12 $ + * last change: $Author: vg $ $Date: 2007-03-26 14:34:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,9 @@ #include <tools/prewin.h> } // close extern "C" { +#ifndef __MINGW32__ #include <comutil.h> +#endif #include <oleauto.h> extern "C" { // reopen extern "C" { |