Tag: cws_src680_mingwpatchescheck User: vg Date: 05/12/01 07:58:03 Modified: /dba/dbaccess/source/ui/dlg/ adodatalinks.cxx
Log: #i53572# MinGW port efforts File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: adodatalinks.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/adodatalinks.cxx?r1=1.4&r2=1.4.40.1 Delta lines: +6 -3 ------------------- --- adodatalinks.cxx 23 Sep 2005 12:28:31 -0000 1.4 +++ adodatalinks.cxx 1 Dec 2005 15:58:00 -0000 1.4.40.1 @@ -4,9 +4,9 @@ * * $RCSfile: adodatalinks.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.40.1 $ * - * last change: $Author: hr $ $Date: 2005/09/23 12:28:31 $ + * last change: $Author: vg $ $Date: 2005/12/01 15:58:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,9 @@ #if defined(WIN) || defined(WNT) +#ifdef __MINGW32__ +#define INITGUID +#endif #include "msdasc.h" // OLE DB Service Component header #include "stdio.h" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
