Avoid assert for very large C++ .so files.

This commit is contained in:
Peter Hunnisett 2002-02-21 20:10:01 +00:00 committed by Alexandre Julliard
parent 063b077df0
commit 22ad2d22b6
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ typedef struct {
int nrofentries;
} include_def;
#define MAX_INCLUDES 512
#define MAX_INCLUDES 5120
static include_def* include_defs = NULL;
static int num_include_def = 0;