diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-26 16:09:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-26 16:09:45 +0000 |
commit | fbcf043e9975c5d32d6c34e2bb1ef6b652b8cc7c (patch) | |
tree | 0687224877f749fe1dafe638f1ae98733ad89117 /tools | |
parent | 1cc3904f3960e4a9e12a91ba1055604ae6246d43 (diff) |
#65293#: #undef min
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/stream.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index dcad451e42f6..60725fdef6a1 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -2,9 +2,9 @@ * * $RCSfile: stream.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mh $ $Date: 2001-07-23 09:01:19 $ + * last change: $Author: hr $ $Date: 2001-09-26 17:09:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,6 +91,9 @@ c |= nSwapTmp; #define ENABLE_BYTESTRING_STREAM_OPERATORS #include <stream.hxx> #include <osl/thread.h> +#if defined(min) +#undef min +#endif #include <algorithm> // ----------------------------------------------------------------------- |