Tag: oo_pqsdbc_01 User: jbu Date: 2007-08-28 21:24:02+0000 Modified: dba/connectivity/source/drivers/postgresql/pq_allocator.hxx
Log: #i77337# now builds also on windows with msvc6.0 File Changes: Directory: /dba/connectivity/source/drivers/postgresql/ ======================================================= File [changed]: pq_allocator.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/postgresql/pq_allocator.hxx?r1=1.1.2.2&r2=1.1.2.3 Delta lines: +4 -4 ------------------- --- pq_allocator.hxx 2007-08-26 20:40:40+0000 1.1.2.2 +++ pq_allocator.hxx 2007-08-28 21:24:00+0000 1.1.2.3 @@ -2,9 +2,9 @@ * * $RCSfile: pq_allocator.hxx,v $ * - * $Revision: 1.1.2.2 $ + * $Revision: 1.1.2.3 $ * - * last change: $Author: jbu $ $Date: 2007/08/26 20:40:40 $ + * last change: $Author: jbu $ $Date: 2007/08/28 21:24:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -205,7 +205,7 @@ Hack for compilers that do not support member template classes (e.g. MSVC 6) */ #if defined (_MSC_VER) -#if (_MSC_VER < 1200) // MSVC 6 +#if (_MSC_VER < 1400) // MSVC 6 namespace _STL { #endif @@ -217,7 +217,7 @@ return (pq_sdbc_driver::Allocator<U>&)(a); } #if defined (_MSC_VER) -#if (_MSC_VER < 1200) // MSVC 6 +#if (_MSC_VER < 1400) // MSVC 6 } #endif #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
