From 654a67d48a704080518a861e2b169631a2604057 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 14:05:41 +0000 Subject: 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 --- dtrans/source/win32/dnd/source.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dtrans/source/win32/dnd/source.cxx') 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 #include +#ifdef __MINGW32__ +#define __uuidof(I) IID_##I +#endif + using namespace rtl; using namespace cppu; using namespace osl; -- cgit