about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-10 01:40:06 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-10 01:40:06 +0000
commit9ba76df7b2d0dccbe6770e1b2d282035f864515c (patch)
treecaabed131a7524aa54e9de9461283a5101b683e2 /converter/other
parent628932d9e6850d28b25b7abe52c10d885f7ab5de (diff)
downloadnetpbm-mirror-9ba76df7b2d0dccbe6770e1b2d282035f864515c.tar.gz
netpbm-mirror-9ba76df7b2d0dccbe6770e1b2d282035f864515c.tar.xz
netpbm-mirror-9ba76df7b2d0dccbe6770e1b2d282035f864515c.zip
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
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/pamtotiff.c2
1 files changed, 1 insertions, 1 deletions
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;