From 324769ed96e0f952fb23fe36e8660e6a2e70f2e0 Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 10 Nov 2010 02:55:48 +0000 Subject: *** empty log message *** --- src/pdflib/pdcore/pc_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pdflib/pdcore') diff --git a/src/pdflib/pdcore/pc_file.c b/src/pdflib/pdcore/pc_file.c index 42a7a02..1fb014b 100644 --- a/src/pdflib/pdcore/pc_file.c +++ b/src/pdflib/pdcore/pc_file.c @@ -10,7 +10,7 @@ | | *---------------------------------------------------------------------------*/ -/* $Id: pc_file.c,v 1.3 2010/01/27 02:27:21 scuri Exp $ +/* $Id: pc_file.c,v 1.4 2010/11/10 02:55:49 scuri Exp $ * * Various file routines * @@ -53,7 +53,7 @@ #include #endif -#if defined(WIN32) && !defined(__BORLANDC__) +#if defined(WIN32) && !defined(__BORLANDC__) && !defined(__CYGWIN__) #ifndef _IOB_ENTRIES #define _IOB_ENTRIES 20 -- cgit v1.2.3