diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-08 09:56:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-08 09:56:05 +0000 |
commit | 16501b85452512e4369a51cba777a6dc68f2f14a (patch) | |
tree | 6e889a4f033c3031bcd393684ede039d6c4a6aa3 /connectivity/source | |
parent | 537c0bf53529ffc951bb0d8496fd877631589b05 (diff) |
#65293#: undef max
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/ado/AStatement.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/ado/AStatement.cxx b/connectivity/source/drivers/ado/AStatement.cxx index 4edaa75101fd..5874a29ce61f 100644 --- a/connectivity/source/drivers/ado/AStatement.cxx +++ b/connectivity/source/drivers/ado/AStatement.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AStatement.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: oj $ $Date: 2002-01-24 12:12:04 $ + * last change: $Author: hr $ $Date: 2002-02-08 10:56:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,6 +98,9 @@ #include <comphelper/types.hxx> #endif +#if defined(max) +#undef max +#endif #include <algorithm> using namespace ::comphelper; |