From e47790b44bf8580ba48aad3313e1c64d791b7025 Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 27 Jan 2010 02:27:20 +0000 Subject: *** empty log message *** --- src/pdflib/pdcore/pc_file.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/pdflib/pdcore') diff --git a/src/pdflib/pdcore/pc_file.c b/src/pdflib/pdcore/pc_file.c index 18b9a9d..42a7a02 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.2 2009/10/20 18:12:26 scuri Exp $ +/* $Id: pc_file.c,v 1.3 2010/01/27 02:27:21 scuri Exp $ * * Various file routines * @@ -55,6 +55,10 @@ #if defined(WIN32) && !defined(__BORLANDC__) +#ifndef _IOB_ENTRIES +#define _IOB_ENTRIES 20 +#endif + #define PDC_MAXFILEHANDLES 2048 /* set a new maximum for the number of simultaneously open files. -- cgit v1.2.3