From 9ba76df7b2d0dccbe6770e1b2d282035f864515c Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 10 Jan 2008 01:40:06 +0000 Subject: Reverse sense of conditional compilation of code that uses fcntl() git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@552 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtotiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter/other/pamtotiff.c b/converter/other/pamtotiff.c index 7df1a86f..9fac4b47 100644 --- a/converter/other/pamtotiff.c +++ b/converter/other/pamtotiff.c @@ -1024,7 +1024,7 @@ validateReadableStdout(void) { error message about a file I/O error. We, on the other hand, produce a helpful error message. -----------------------------------------------------------------------------*/ -#if defined(WIN32) && !defined(__CYGWIN__) +#if !defined(WIN32) || defined(__CYGWIN__) int flags; -- cgit 1.4.1