summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/source.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 14:05:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 14:05:41 +0000
commit654a67d48a704080518a861e2b169631a2604057 (patch)
tree905dcdcf2508d61c585efbf41b3c7ec1de2cfec4 /dtrans/source/win32/dnd/source.cxx
parent26beaf08f507b5492e93c98ba12b1357431a2699 (diff)
INTEGRATION: CWS mingwport03 (1.19.16); FILE MERGED
2006/11/08 09:41:15 vg 1.19.16.2: RESYNC: (1.19-1.21); FILE MERGED 2006/09/13 14:37:46 vg 1.19.16.1: #i53572# MinGW port
Diffstat (limited to 'dtrans/source/win32/dnd/source.cxx')
-rw-r--r--dtrans/source/win32/dnd/source.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/source.cxx b/dtrans/source/win32/dnd/source.cxx
index 65f610dea99a..d37a099ab211 100644
--- a/dtrans/source/win32/dnd/source.cxx
+++ b/dtrans/source/win32/dnd/source.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: source.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:58:35 $
+ * last change: $Author: vg $ $Date: 2007-03-26 15:05:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,6 +64,10 @@
#include <winuser.h>
#include <stdio.h>
+#ifdef __MINGW32__
+#define __uuidof(I) IID_##I
+#endif
+
using namespace rtl;
using namespace cppu;
using namespace osl;