From 9bf4e41dc048477a66d584c10b4321ef7fb00219 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Wed, 18 Jul 2001 17:02:39 +0000 Subject: #87298# --- rdbmaker/source/codemaker/global.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rdbmaker/source/codemaker') diff --git a/rdbmaker/source/codemaker/global.cxx b/rdbmaker/source/codemaker/global.cxx index 4defc582db24..bec489b3102e 100644 --- a/rdbmaker/source/codemaker/global.cxx +++ b/rdbmaker/source/codemaker/global.cxx @@ -2,9 +2,9 @@ * * $RCSfile: global.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tbe $ $Date: 2001-05-11 09:01:30 $ + * last change: $Author: hjs $ $Date: 2001-07-18 18:02:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -333,7 +333,7 @@ FileStream::~FileStream() sal_Bool FileStream::isValid() { -#if defined(SAL_UNX) || defined(SAL_OS2) +#ifndef __STL_NO_NEW_IOSTREAMS #if STLPORT_VERSION < 400 if(rdbuf()->fd() < 0) #else -- cgit