diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 10:09:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 10:09:06 +0000 |
commit | db50f3b952d9b28014bee7912f89487bb69727c8 (patch) | |
tree | 54441b19349eaa59732e782e8aae0fd5e4b10cc1 /embedserv | |
parent | a221801720e369ea3771ecdd57f06b1dba22c3f7 (diff) |
INTEGRATION: CWS mingwport04 (1.3.18); FILE MERGED
2007/04/18 12:47:24 vg 1.3.18.1: #i75844# MinGW port efforts part II
Diffstat (limited to 'embedserv')
-rw-r--r-- | embedserv/source/inc/embeddocaccess.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/embedserv/source/inc/embeddocaccess.hxx b/embedserv/source/inc/embeddocaccess.hxx index 95784bd8b21b..d3417d5397c5 100644 --- a/embedserv/source/inc/embeddocaccess.hxx +++ b/embedserv/source/inc/embeddocaccess.hxx @@ -4,9 +4,9 @@ * * $RCSfile: embeddocaccess.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2006-09-25 13:32:00 $ + * last change: $Author: vg $ $Date: 2007-05-25 11:09:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,12 +41,14 @@ #endif #include <oleidl.h> +#ifndef __MINGW32__ #if defined(_MSC_VER) && (_MSC_VER > 1310) #pragma warning(disable : 4265) #include <atldbcli.h> #else #include <atlcomcli.h> #endif +#endif #include <cppuhelper/weak.hxx> class EmbedDocument_Impl; |