diff options
Diffstat (limited to 'src/pdflib/pdcore')
-rw-r--r-- | src/pdflib/pdcore/pc_file.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <ssdef.h> #endif -#if defined(WIN32) && !defined(__BORLANDC__) +#if defined(WIN32) && !defined(__BORLANDC__) && !defined(__CYGWIN__) #ifndef _IOB_ENTRIES #define _IOB_ENTRIES 20 |