diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 14:08:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 14:08:38 +0000 |
commit | d2199f4dc7f5ded166e09d5303946d9bbaf7178f (patch) | |
tree | 5614b8386b37e547cda0eee255d725bc0371b473 /dtrans | |
parent | 88fc4413af8d4ff0009e3401634d3d68db368221 (diff) |
INTEGRATION: CWS mingwport03 (1.24.16); FILE MERGED
2006/11/08 09:44:48 vg 1.24.16.2: RESYNC: (1.24-1.25); FILE MERGED
2006/09/13 14:46:37 vg 1.24.16.1: #i53572# MinGW port
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/mtaole/MtaOleClipb.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/win32/mtaole/MtaOleClipb.cxx b/dtrans/source/win32/mtaole/MtaOleClipb.cxx index 86f88cadb4e2..491c38e84fa6 100644 --- a/dtrans/source/win32/mtaole/MtaOleClipb.cxx +++ b/dtrans/source/win32/mtaole/MtaOleClipb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MtaOleClipb.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: obo $ $Date: 2006-09-17 17:03:07 $ + * last change: $Author: vg $ $Date: 2007-03-26 15:08:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,6 +68,9 @@ #include <process.h> #include <systools/win32/comtools.hxx> +#ifdef __MINGW32__ +#define __uuidof(I) IID_##I +#endif //---------------------------------------------------------------- // namespace directives |