Increased debugger include limit to 512.

This commit is contained in:
Jon Griffiths 2001-01-22 02:17:46 +00:00 committed by Alexandre Julliard
parent 4ab1558d8a
commit 004dc8228b
1 changed files with 1 additions and 1 deletions

View File

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