Tag: cws_src680_obo12 User: obo Date: 2007-05-16 07:01:08+0000 Log: #i76713# Vista PSDK: disable _ADO_DATALINK_BROWSE_
File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: ConnectionHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionHelper.cxx?r1=1.12&r2=1.12.6.1 Delta lines: +4 -4 ------------------- --- ConnectionHelper.cxx 2007-04-26 07:55:47+0000 1.12 +++ ConnectionHelper.cxx 2007-05-16 07:01:05+0000 1.12.6.1 @@ -4,9 +4,9 @@ * * $RCSfile: ConnectionHelper.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.12.6.1 $ * - * last change: $Author: rt $ $Date: 2007/04/26 07:55:47 $ + * last change: $Author: obo $ $Date: 2007/05/16 07:01:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -157,7 +157,7 @@ #ifndef _SFX_DOCFILT_HACK_HXX #include <sfx2/docfilt.hxx> #endif -#if defined(WIN) || defined(WNT) +#if !defined(WINDOWS_VISTA_PSDK) && (defined(WIN) || defined(WNT)) #define _ADO_DATALINK_BROWSE_ #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
