From 6adca8421211f68f3838966cf70945d538476857 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 26 Aug 2002 15:02:15 +0000 Subject: Fixing some #ifdef --- generic/Output.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/Output.cpp') diff --git a/generic/Output.cpp b/generic/Output.cpp index 1d7981e..55ab158 100644 --- a/generic/Output.cpp +++ b/generic/Output.cpp @@ -15,7 +15,7 @@ Output::Output(String no, int create, int trunc) throw (GeneralException) : Handle(no.strlen() ? open(no.to_charp(), O_WRONLY | (O_CREAT * (create ? 1 : 0)) | (trunc ? O_TRUNC : O_APPEND) -#ifdef __linux__ +#if defined __linux__ || defined __CYGWIN32__ , 00666 #endif ) : dup(1)), -- cgit v1.2.3